about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-12-11 11:04:50 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-12-11 11:04:50 +0000
commit3ebaf047071afae07229ff8fb5e05527fa6d9645 (patch)
tree708afa7e8a635dc37f6328256fb11bfd4038eded /scripts
parente1461e2c7e4aced366222f96d212f9ded31110a2 (diff)
downloadrust-3ebaf047071afae07229ff8fb5e05527fa6d9645.tar.gz
rust-3ebaf047071afae07229ff8fb5e05527fa6d9645.zip
Fix rustc test suite
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test_rustc_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index e291ec20464..c306eef2959 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -129,6 +129,7 @@ rm tests/ui/abi/large-byval-align.rs # exceeds implementation limit of Cranelift
 # ============================================================
 rm -r tests/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
 rm -r tests/run-make/compiler-builtins # Expects lib/rustlib/src/rust to contains the standard library source
+rm -r tests/run-make/missing-unstable-trait-bound # This disables support for unstable features, but running cg_clif needs some unstable features
 
 # genuine bugs
 # ============