File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -228,5 +228,18 @@ rustc_get_version = { skip = true } # does not build on beta
228
228
"ns6251/spin-cookie-token-sample" = { skip = true } # invalid dep tree, spuriously compiles
229
229
"daniestevez/qsdr" = { skip = true } # cfg for stable/nightly, but not beta
230
230
"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
231
244
232
245
[local-crates ]
You can’t perform that action at this time.
0 commit comments