@@ -135,6 +135,24 @@ heap-vec = { skip-tests = true } # UB, sometimes segfaults
135135k2_tree  = { skip-tests  = true  } #  UB, sometimes segfaults
136136stabby-macros  = { skip  = true  } #  broken rustc version parsing
137137stabby  = { skip  = true  } #  broken rustc version parsing
138+ knetrs  = { skip-tests  = true  } #  UB
139+ yices2  = { skip  = true  } #  Sometimes times out, sometimes doesn't
140+ scheduled-executor  = { skip-tests  = true  } #  UB, allocator corruption
141+ skippy-rs  = { skip-tests  = true  } #  UB, out-of-bounds get_unchecked
142+ pepe-telemetry  = { skip-test  = true  } #  flaky test (concurrency)
143+ puid  = { skip-tests  = true  } #  flaky test (timing)
144+ watchable  = { skip-tests  = true  } #  flaky test (timing)
145+ lispi  = { skip-tests  = true  } #  flaky test (data races)
146+ cargo-ramdisk  = { skip-tests  = true  } #  flaky test (concurrency)
147+ njord  = { skip-tests  = true  } #  flaky test
148+ matecito  = { skip-tests  = true  } #  flaky test (timing)
149+ namaste  = { skip-tests  = true } #  flaky test
150+ faktory  = { skip-tests  = true  } #  UB via atomic-option
151+ gazebo  = { skip-tests  = true  } #  UB but only in the test suite
152+ context_bind  = { skip-tests  = true  } #  UB
153+ unbounded-spsc  = { skip-tests  = true  } #  UB
154+ vtable_gen  = { skip-tests  = true  } #  UB
155+ crt0stack  = { skip-tests  = true  } #  UB
138156
139157[github-repos ]
140158#  "org_name/repo_name" = { option = true }
@@ -175,5 +193,26 @@ stabby = { skip = true } # broken rustc version parsing
175193"mistrpopo/MandelbrotAnimation"  = { skip-tests  = true  } #  second build seems to always fail
176194"bastibl/futuresdr"  = { skip  = true  } #  unstable features
177195"FutureSDR/FutureSDR"  = { skip  = true  } #  unstable features
196+ "yamgent/rusty-jam-2-dog-chicken"  = { skip-tests  = true  } #  UB
197+ "Liorst4/liorforth"  = { skip-tests  = true  } #  UB
198+ "perlindgren/fastmem"  = { skip-tests  = true  } #  UB
199+ "aharisu/navi"  = { skip-tests  = true  } #  UB, allocator corruption
200+ "fkjogu/stochasticsampling"  = { skip-tests  = true  } #  UB, allocator corruption
201+ "senrust/toy_compiler2"  = { skip-tests  = true  } #  UB when tests run concurrently
202+ "Yogaflre/leetcode"  = { skip-tests  = true  } #  UB
203+ "UndeadRat22/kzg10-rust"  = { skip-tests  = true  } #  Wraps a non-thread-safe C++ library
204+ "JakeDawkins/graphql-client-302-repro"  = { skip-tests  = true  } #  Stack overflow in a proc macro
205+ "cdstanford/hydroflow-hackathon"  = { skip-tests  = true  } #  UB in a proc macro
206+ "hydro-project/compute-pi"  = { skip-tests  = true  } #  UB in a proc macro
207+ "KatsukiFujimoto/git-rs"  = { skip-tests  = true  } #  flaky test (HashSet iteration)
208+ "MarkChuCarroll/schism"  = { skip-tests  = true  } #  flaky test (concurrency)
209+ "Osrepnay/algae"  = { skip-tests  = true  } #  flaky test (timing)
210+ "Yichangcs/Ruscheme"  = { skip-tests  = true  } #  flaky test (concurrency)
211+ "bakaq/rust-blackhole"  = { skip-tests  = true  } #  flaky test (rng)
212+ "diegoasanch/advent-of-code-2023"  = { skip-tests  = true  } #  flaky test (HashMap iteration)
213+ "grnmeira/Snake"  = { skip-tests  = true  } #  flaky test (rng)
214+ "wojciechkepka/pkger"  = { skip-tests  = true  } #  flaky test (concurrency)
215+ "xffxff/muzero-rs"  = { skip-tests  = true  } #  flaky test (rng)
216+ "maxjeffos/rs_dynamic_args"  = { skip-tests  = true  } #  flaky test (concurrency)
178217
179218[local-crates ]
0 commit comments