diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-12-11 11:04:50 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-12-11 11:04:50 +0000 |
| commit | 3ebaf047071afae07229ff8fb5e05527fa6d9645 (patch) | |
| tree | 708afa7e8a635dc37f6328256fb11bfd4038eded /scripts | |
| parent | e1461e2c7e4aced366222f96d212f9ded31110a2 (diff) | |
| download | rust-3ebaf047071afae07229ff8fb5e05527fa6d9645.tar.gz rust-3ebaf047071afae07229ff8fb5e05527fa6d9645.zip | |
Fix rustc test suite
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
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 # ============ |
