about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-06-04 16:21:13 +0200
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-06-04 16:21:13 +0200
commit97d47f7077d631c0eb8dac000638496a2c2a5ee2 (patch)
tree074d624cea71f947f8dcd71ad19383b6d810f42b
parenteb449c133903c6b274580f8e365a3f287670d667 (diff)
downloadrust-97d47f7077d631c0eb8dac000638496a2c2a5ee2.tar.gz
rust-97d47f7077d631c0eb8dac000638496a2c2a5ee2.zip
Fix rustc tests
-rwxr-xr-xscripts/test_rustc_tests.sh5
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