Skip to content

Commit f9dfaa6

Browse files
committed
Auto merge of #695 - saethlin:flaky-crates, r=Mark-Simulacrum
Add crates that SIGSEGV in 1.70 crater runs due to UB
2 parents 5196682 + 022e081 commit f9dfaa6

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)