Skip to content

Commit 97d47f7

Browse files
committed
Fix rustc tests
1 parent eb449c1 commit 97d47f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/test_rustc_tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ rm -r tests/run-make/issue-109934-lto-debuginfo
6767
rm -r tests/run-make/no-builtins-lto
6868
rm -r tests/run-make/reachable-extern-fn-available-lto
6969

70+
# coverage instrumentation
71+
rm tests/ui/consts/precise-drop-with-coverage.rs
72+
rm tests/ui/issues/issue-85461.rs
73+
rm -r tests/ui/instrument-coverage/
74+
7075
# optimization tests
7176
# ==================
7277
rm tests/ui/codegen/issue-28950.rs # depends on stack size optimizations

0 commit comments

Comments
 (0)