diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-10 11:10:26 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-10 11:10:26 +0000 |
| commit | 6e7961ac5d9e366a3ddad6b6d57fc87d5c8b7500 (patch) | |
| tree | 0a349f50761ce809640d1844f5a5ef334cb57263 | |
| parent | 82487a9447bf92f94a5950a84a38370b6d3c9d06 (diff) | |
| parent | 8eca01f4b6e09946baa26435894251e4d441b794 (diff) | |
| download | rust-6e7961ac5d9e366a3ddad6b6d57fc87d5c8b7500.tar.gz rust-6e7961ac5d9e366a3ddad6b6d57fc87d5c8b7500.zip | |
Sync from rust 0f44eb32f1123ac93ab404d74c295263ce468343
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index dcc8c7f4356..cdc78adcf85 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -68,7 +68,6 @@ rm -r tests/run-make/split-debuginfo # same 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 -r tests/run-make/use-extern-for-plugins # same rm tests/ui/asm/x86_64/issue-82869.rs # vector regs in inline asm not yet supported rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't work entirely correctly |
