Skip to content

Commit 5fcedf6

Browse files
committed
Update for changes to the rustc test suite
1 parent bc061fa commit 5fcedf6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

scripts/setup_rust_fork.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ deny-warnings = false
6363
verbose-tests = false
6464
EOF
6565
popd
66+
67+
# FIXME remove once inline asm is fully supported
68+
export RUSTFLAGS="$RUSTFLAGS --cfg=rustix_use_libc"

scripts/test_rustc_tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ rm -r src/test/run-make/emit-shared-files # requires the rustdoc executable in b
9393
rm -r src/test/run-make/unstable-flag-required # same
9494
rm -r src/test/run-make/rustdoc-* # same
9595
rm -r src/test/run-make/issue-88756-default-output # same
96-
rm -r src/test/run-make/issue-88756-opt-help # same
9796
rm -r src/test/run-make/remap-path-prefix-dwarf # requires llvm-dwarfdump
9897

9998
# genuine bugs
@@ -117,6 +116,8 @@ rm src/test/ui/backtrace.rs # TODO warning
117116
rm src/test/ui/empty_global_asm.rs # TODO add needs-asm-support
118117
rm src/test/ui/simple_global_asm.rs # TODO add needs-asm-support
119118
rm src/test/ui/test-attrs/test-type.rs # TODO panic message on stderr. correct stdout
119+
# not sure if this is actually a bug in the test suite, but the symbol list shows the function without leading _ for some reason
120+
rm -r src/test/run-make/native-link-modifier-bundle
120121

121122
echo "[TEST] rustc test suite"
122123
RUST_TEST_NOCAPTURE=1 COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 src/test/{codegen-units,run-make,run-pass-valgrind,ui,incremental}

0 commit comments

Comments
 (0)