Skip to content

Commit 022e081

Browse files
committed
Add crates that SIGSEGV in 1.70 crater runs due to UB
1 parent fa857ef commit 022e081

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)