Skip to content

Commit

Permalink
Add more exceptions to the list
Browse files Browse the repository at this point in the history
They occured in two crater runs of two independent PRs, both in:

rust-lang/rust#99447 (comment)

And in:

rust-lang/rust#103293 (comment)
  • Loading branch information
est31 committed Oct 28, 2022
1 parent a4c477b commit afe2a93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ crokey = { skip-tests = true } # compiler error checks in tests
"wischli/rpaillier" = { skip-tests = true } # flaky tests
"AntonChernev/suffix-tree-search" = { skip-tests = true } # flaky tests
"0xpr03/yayd" = { skip-tests = true } # network in tests
"gclark916/vulkano_examples" = { skip = true } # spurious proc macro error
"gclark916/vulkano_tri1" = { skip = true } # spurious proc macro error
"Ayrx/binja-rs-hello-world" = { skip = true } # shared directory messed up by first build
"Ninja3047/load-symbols" = { skip = true } # shared directory messed up by first build
"etke.bff" = { skip = true } # shared directory messed up by first build
"APTy/icmp" = { skip-tests = true } # network in tests
"GothAck/rs-async-debug" = { skip-tests = true } # compiler error checks in tests
"hank-der-hafenarbeiter/imperative-rs" = { skip-tests = true } # compiler error checks in tests
Expand Down

0 comments on commit afe2a93

Please sign in to comment.