Skip to content

Commit 5196682

Browse files
committed
Auto merge of #674 - RalfJung:exceptions, r=Mark-Simulacrum
add another exception This failed with the same error in both runs in rust-lang/rust#104429. Doesn't crater run both builds in the same clean environment? We seem to have a bunch of cases of "baseline always works but try build always fails". It almost seems like the 'try' run can see artifacts created by the baseline, and that breaks quite a few poorly written build scripts out there.
2 parents fa857ef + 5dbc79b commit 5196682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.toml

+1
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,6 @@ crokey = { skip-tests = true } # compiler error checks in tests
168168
"naomijub/genetic-labyrinth" = { skip-tests = true } # flaky tests
169169
"sachaarbonel/trie.rs" = { skip-tests = true } # flaky tests
170170
"vspecky/neat-rs" = { skip-tests = true } # flaky tests
171+
"mistrpopo/MandelbrotAnimation" = { skip-tests = true } # second build seems to always fail
171172

172173
[local-crates]

0 commit comments

Comments
 (0)