about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-10-07 07:54:57 +0000
committer许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com>2024-10-07 07:54:57 +0000
commitf1e408a8debad9b6dd230cc7b7e914e8d7c2fdd6 (patch)
tree2d3e1e00a9df47cbcae098dfc39f2e0ae6552088
parentde588a6e6069f06aac04e4bd0b6d93e3db2a70e7 (diff)
downloadrust-f1e408a8debad9b6dd230cc7b7e914e8d7c2fdd6.tar.gz
rust-f1e408a8debad9b6dd230cc7b7e914e8d7c2fdd6.zip
Remove valgrind test suite from opt-dist
-rw-r--r--src/tools/opt-dist/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/opt-dist/src/tests.rs b/src/tools/opt-dist/src/tests.rs
index 82c393d34a6..e401554640c 100644
--- a/src/tools/opt-dist/src/tests.rs
+++ b/src/tools/opt-dist/src/tests.rs
@@ -96,7 +96,6 @@ llvm-config = "{llvm_config}"
         "tests/incremental",
         "tests/mir-opt",
         "tests/pretty",
-        "tests/run-pass-valgrind",
         "tests/ui",
         "tests/crashes",
     ];