Skip to content

Commit 5237676

Browse files
committed
Add crates that SIGSEGV in 1.70 crater runs due to UB
1 parent 48c666a commit 5237676

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ niftygate-asset = { skip = true } # cfg for stable/nightly, but not beta
131131
futuredsp = { skip = true } # cfg for stable/nightly, but not beta
132132
buildstructor = { skip-tests = true } # compiler error checks in tests
133133
crokey = { skip-tests = true } # compiler error checks in tests
134+
heap-vec = { skip-tests = true } # UB, sometimes segfaults
135+
k2_tree = { skip-tests = true } # UB, sometimes segfaults
134136

135137
[github-repos]
136138
# "org_name/repo_name" = { option = true }

0 commit comments

Comments
 (0)