From 31b9f3355cf1441c47e793a303addbbac1412c90 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Fri, 8 Mar 2024 19:18:57 -0500 Subject: [PATCH] Ignore some more crates --- blacklist.md | 59 ---------------------------------------------------- config.toml | 39 ++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 59 deletions(-) delete mode 100644 blacklist.md diff --git a/blacklist.md b/blacklist.md deleted file mode 100644 index 8786fc287..000000000 --- a/blacklist.md +++ /dev/null @@ -1,59 +0,0 @@ -# Blacklist - -Crates with flaky test suites. - -- ai - test has a comment stating it fails spuriously -- assert_cli - skeptic test failure (process launch) -- basiccountminsketch-0.1.0 - flaky -- bmp085-0.1.2 - randomness -- bson-0.1.5 - flaky -- canteen-0.3.5 - broken test -- cc-1.0.3 - flaky -- conc - test timeout -- crust-0.25.0 - network/timing? -- crux-0.3.0 - broken test -- ctx-0.2.0 - timing -- diesel_codegen_shared-0.8.0 - flaky https://github.com/diesel-rs/diesel/issues/475 -- entity_rust-0.0.8 - flaky https://github.com/tinco/entity_rust/issues/1 -- flame-0.1.10 - flaky -- fountaincode-0.0.8 - slow -- gcc-0.3.46 - flaky -- hashconsing-0.3.0 - flaky -- https://github.com/kurnevsky/opai-rs - flaky https://github.com/kurnevsky/opai-rs/issues/5 -- https://github.com/tinco/rust-static_any_map - flaky -- https://github.com/yggie/mach - flaky -- hyperdav-0.1.2 - network -- inotify-0.1.12 - flaky -- json-0.11.3 - flaky -- lazy-socket-0.2.1 - flaky -- libfuzzy-sys-0.1.0 - command automake-1.13 not found -- loaded_dice-0.1.1 - randomness -- lockless-0.2.0 - threads -- lodepng - command curl not found -- lockless-0.2.0 - test timeout -- lua53-ext-0.1.1 - flaky https://github.com/Jellonator/rust-lua53-ext/issues/1 -- milagro-crypto-0.1.14 - flaky -- mock_me-0.2.2 - flaky https://github.com/craftytrickster/mock_me/issues/7 -- MortenLohne.rasher - slow -- namedarg_hack-0.1.* - bad channel detection -- notify-3.0.1 flaky -- phant-0.1.5 - flaky -- proxy_config-0.0.2 - flaky https://github.com/mattico/proxy-config/issues/16 -- psutil-1.0.0 - flaky -- quandl-v3-1.0.0 - network -- region-0.0.5 - flaky https://github.com/rust-lang/rust/issues/38717 -- rustlearn-0.4.2 - flaky -- s_app_dir-0.0.0 - flaky -- sacn-0.1.1 - flaky -- schedule_recv-0.1.0 timing-based -- simple-munin-plugin-0.1.0 - flaky -- simple-signal-1.1.0 - flaky -- stringsort-2.0.0 - timing -- tasks-framework-0.1.0 - racy -- treeflection-0.1.30 - flaky -- tokio-periodic-0.1.1 - timing-based -- unbase-0.1.1 - racy -- unsafe-any-0.4.1 - flaky -- update_rate-1.0.0 - timing -- vec-vp-tree-0.2.0-alpha.1 - flaky https://github.com/abonander/vec-vp-tree/issues/1 -- vidar-0.1.0 - flaky https://github.com/aesir-vanir/vidar/issues/1 diff --git a/config.toml b/config.toml index 291063b2b..817a2c0c6 100644 --- a/config.toml +++ b/config.toml @@ -135,6 +135,24 @@ heap-vec = { skip-tests = true } # UB, sometimes segfaults k2_tree = { skip-tests = true } # UB, sometimes segfaults stabby-macros = { skip = true } # broken rustc version parsing stabby = { skip = true } # broken rustc version parsing +knetrs = { skip-tests = true } # UB +yices2 = { skip = true } # Sometimes times out, sometimes doesn't +scheduled-executor = { skip-tests = true } # UB, allocator corruption +skippy-rs = { skip-tests = true } # UB, out-of-bounds get_unchecked +pepe-telemetry = { skip-test = true } # flaky test (concurrency) +puid = { skip-tests = true } # flaky test (timing) +watchable = { skip-tests = true } # flaky test (timing) +lispi = { skip-tests = true } # flaky test (data races) +cargo-ramdisk = { skip-tests = true } # flaky test (concurrency) +njord = { skip-tests = true } # flaky test +matecito = { skip-tests = true } # flaky test (timing) +namaste = { skip-tests = true} # flaky test +faktory = { skip-tests = true } # UB via atomic-option +gazebo = { skip-tests = true } # UB but only in the test suite +context_bind = { skip-tests = true } # UB +unbounded-spsc = { skip-tests = true } # UB +vtable_gen = { skip-tests = true } # UB +crt0stack = { skip-tests = true } # UB [github-repos] # "org_name/repo_name" = { option = true } @@ -175,5 +193,26 @@ stabby = { skip = true } # broken rustc version parsing "mistrpopo/MandelbrotAnimation" = { skip-tests = true } # second build seems to always fail "bastibl/futuresdr" = { skip = true } # unstable features "FutureSDR/FutureSDR" = { skip = true } # unstable features +"yamgent/rusty-jam-2-dog-chicken" = { skip-tests = true } # UB +"Liorst4/liorforth" = { skip-tests = true } # UB +"perlindgren/fastmem" = { skip-tests = true } # UB +"aharisu/navi" = { skip-tests = true } # UB, allocator corruption +"fkjogu/stochasticsampling" = { skip-tests = true } # UB, allocator corruption +"senrust/toy_compiler2" = { skip-tests = true } # UB when tests run concurrently +"Yogaflre/leetcode" = { skip-tests = true } # UB +"UndeadRat22/kzg10-rust" = { skip-tests = true } # Wraps a non-thread-safe C++ library +"JakeDawkins/graphql-client-302-repro" = { skip-tests = true } # Stack overflow in a proc macro +"cdstanford/hydroflow-hackathon" = { skip-tests = true } # UB in a proc macro +"hydro-project/compute-pi" = { skip-tests = true } # UB in a proc macro +"KatsukiFujimoto/git-rs" = { skip-tests = true } # flaky test (HashSet iteration) +"MarkChuCarroll/schism" = { skip-tests = true } # flaky test (concurrency) +"Osrepnay/algae" = { skip-tests = true } # flaky test (timing) +"Yichangcs/Ruscheme" = { skip-tests = true } # flaky test (concurrency) +"bakaq/rust-blackhole" = { skip-tests = true } # flaky test (rng) +"diegoasanch/advent-of-code-2023" = { skip-tests = true } # flaky test (HashMap iteration) +"grnmeira/Snake" = { skip-tests = true } # flaky test (rng) +"wojciechkepka/pkger" = { skip-tests = true } # flaky test (concurrency) +"xffxff/muzero-rs" = { skip-tests = true } # flaky test (rng) +"maxjeffos/rs_dynamic_args" = { skip-tests = true } # flaky test (concurrency) [local-crates]