From bff8ca554a0ef9127da80fdbcdfc8f2d41dd2b11 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Tue, 2 May 2023 21:18:02 -0400 Subject: [PATCH] Add crates that SIGSEGV in 1.70 crater runs due to UB --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index b7badc62..f6f658a6 100644 --- a/config.toml +++ b/config.toml @@ -131,6 +131,8 @@ niftygate-asset = { skip = true } # cfg for stable/nightly, but not beta futuredsp = { skip = true } # cfg for stable/nightly, but not beta buildstructor = { skip-tests = true } # compiler error checks in tests crokey = { skip-tests = true } # compiler error checks in tests +heap-vec = { skip-tests = true } # UB, sometimes segfaults +k2_tree = { skip-tests = true } # UB, sometimes segfaults [github-repos] # "org_name/repo_name" = { option = true }