Skip to content

Commit 1851b3b

Browse files
committed
Add more exceptions to the list
They occured in two crater runs of two independent PRs, both in: rust-lang/rust#99447 (comment) And in: rust-lang/rust#103293 (comment)
1 parent 9553388 commit 1851b3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ crokey = { skip-tests = true } # compiler error checks in tests
149149
"wischli/rpaillier" = { skip-tests = true } # flaky tests
150150
"AntonChernev/suffix-tree-search" = { skip-tests = true } # flaky tests
151151
"0xpr03/yayd" = { skip-tests = true } # network in tests
152+
"gclark916/vulkano_examples" = { skip = true } # spurious proc macro error
153+
"gclark916/vulkano_tri1" = { skip = true } # spurious proc macro error
154+
"Ayrx/binja-rs-hello-world" = { skip = true } # shared directory messed up by first build
155+
"Ninja3047/load-symbols" = { skip = true } # shared directory messed up by first build
156+
"etke.bff" = { skip = true } # shared directory messed up by first build
152157
"APTy/icmp" = { skip-tests = true } # network in tests
153158
"GothAck/rs-async-debug" = { skip-tests = true } # compiler error checks in tests
154159
"hank-der-hafenarbeiter/imperative-rs" = { skip-tests = true } # compiler error checks in tests

0 commit comments

Comments
 (0)