diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-04 16:21:13 +0200 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-06-04 16:21:13 +0200 |
| commit | 97d47f7077d631c0eb8dac000638496a2c2a5ee2 (patch) | |
| tree | 074d624cea71f947f8dcd71ad19383b6d810f42b | |
| parent | eb449c133903c6b274580f8e365a3f287670d667 (diff) | |
| download | rust-97d47f7077d631c0eb8dac000638496a2c2a5ee2.tar.gz rust-97d47f7077d631c0eb8dac000638496a2c2a5ee2.zip | |
Fix rustc tests
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 980bb2e6660..6c45a4ccf79 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -67,6 +67,11 @@ rm -r tests/run-make/issue-109934-lto-debuginfo rm -r tests/run-make/no-builtins-lto rm -r tests/run-make/reachable-extern-fn-available-lto +# coverage instrumentation +rm tests/ui/consts/precise-drop-with-coverage.rs +rm tests/ui/issues/issue-85461.rs +rm -r tests/ui/instrument-coverage/ + # optimization tests # ================== rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations |
