Skip to content

Commit c2f77f7

Browse files
authored
Skip tests for 13 crates
First batch of flaky tests from the crater run at rust-lang/rust#145838 (comment)
1 parent ae5cafa commit c2f77f7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,18 @@ rustc_get_version = { skip = true } # does not build on beta
228228
"ns6251/spin-cookie-token-sample" = { skip = true } # invalid dep tree, spuriously compiles
229229
"daniestevez/qsdr" = { skip = true } # cfg for stable/nightly, but not beta
230230
"Buggaboo/flat_sqlite_rs" = { skip = true } # proc macro causes nondeterministic compile error
231+
"Arxoto/sudoku" = { skip-tests = true } # memory corruption with static mut
232+
"Awaiskhan404/flash-db" = { skip-tests = true } # Reused port in multiple tests
233+
"Cobord/EventEmit" = { skip-tests = true } # timing-sensitive
234+
"DevOpsJen/BORE" = { skip-tests = true } # race condition
235+
"FlixCoder/EvoResNN" = { skip-tests = true } # algorithm uses randomness
236+
"JPMoresmau/rust-linear" = { skip-tests = true } # algorithm uses randomness
237+
"July-Tea/jsonfixer" = { skip-tests = true } # timing-sensitive
238+
"Juules32/unnamed-chess-engine" = { skip-tests = true } # memory corruption, presumably UB, given the excessive unsafe code
239+
"KKKZOZ/mini-lsm" = { skip-tests = true } # presumably a race condition, given that the test has a sleep() call
240+
"KeKsBoTer/tenXten" = { skip-tests = true } # algorithm uses randomness
241+
"KermanX/ecma_analyzer" = { skip-tests = true } # tried to write to read-only filesystem
242+
"Kim8584/multiplicative_subgroup_generator" = { skip-tests = true } # relies on HashSet order
243+
"LegendarySaiyan/structures" = { skip-tests = true } # new() function creates dangling pointer
231244

232245
[local-crates]

0 commit comments

Comments
 (0)