diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-09 17:35:49 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-03-09 17:35:49 +0000 |
| commit | e18201decadb238d8eb428f2af862e61015227b9 (patch) | |
| tree | 9c0d573d8be74baf5dfa845a98ba0e146aa97188 | |
| parent | f5a192b736e5cac51a91f55872448e498334c745 (diff) | |
| download | rust-e18201decadb238d8eb428f2af862e61015227b9.tar.gz rust-e18201decadb238d8eb428f2af862e61015227b9.zip | |
Fix rustc test suite
| -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 e884577d519..f39487913c1 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -83,6 +83,7 @@ rm -r tests/run-make/symbols-include-type-name # --emit=asm not supported rm -r tests/run-make/target-specs # i686 not supported by Cranelift rm -r tests/run-make/mismatching-target-triples # same rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly +rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported # requires LTO rm -r tests/run-make/cdylib |
