diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-04-25 17:40:12 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-04-25 17:40:12 +0000 |
| commit | 0c79ce3bac73d7e9ade41d9ed488644e705e96f4 (patch) | |
| tree | 53bfbeeedbca3c493add1d142b52739aade73edd /scripts | |
| parent | c5be67ba36fb363c02e03c665f62929e7f22fd46 (diff) | |
| download | rust-0c79ce3bac73d7e9ade41d9ed488644e705e96f4.tar.gz rust-0c79ce3bac73d7e9ade41d9ed488644e705e96f4.zip | |
Add two fixmes
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 58cd544754a..1329d3ea076 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -10,6 +10,7 @@ pushd rust command -v rg >/dev/null 2>&1 || cargo install ripgrep +# FIXME add needs-asm-support to all tests in tests/ui/asm rm -r tests/ui/{unsized-locals/,lto/,linkage*} || true for test in $(rg --files-with-matches "lto|// needs-asm-support|// needs-unwind" tests/{codegen-units,ui,incremental}); do rm $test @@ -27,6 +28,7 @@ rm tests/ui/parser/unclosed-delimiter-in-dep.rs # submodule contains //~ERROR # ================ # requires stack unwinding +# FIXME add needs-unwind to these tests rm tests/incremental/change_crate_dep_kind.rs rm tests/incremental/issue-80691-bad-eval-cache.rs # -Cpanic=abort causes abort instead of exit(101) rm -r tests/run-make/c-unwind-abi-catch-lib-panic |
