Skip to content

Commit

Permalink
Auto merge of #674 - RalfJung:exceptions, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Sep 4, 2023
2 parents 48c666a + 5dbc79b commit 0aca964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,6 @@ crokey = { skip-tests = true } # compiler error checks in tests
"naomijub/genetic-labyrinth" = { skip-tests = true } # flaky tests
"sachaarbonel/trie.rs" = { skip-tests = true } # flaky tests
"vspecky/neat-rs" = { skip-tests = true } # flaky tests
"mistrpopo/MandelbrotAnimation" = { skip-tests = true } # second build seems to always fail

[local-crates]

0 comments on commit 0aca964

Please sign in to comment.