Skip to content

Commit 7a5d826

Browse files
committed
[profcheck] Exclude Instrumentation tests (for now)
1 parent 1fc5c02 commit 7a5d826

File tree

2 files changed

+2
-445
lines changed

2 files changed

+2
-445
lines changed

llvm/test/lit.cfg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
config.excludes.append("LoopVectorize")
6565
# exclude UpdateTestChecks - they fail because of inserted prof annotations
6666
config.excludes.append("UpdateTestChecks")
67+
# issue #166655
68+
config.excludes.append("Instrumentation")
6769

6870
# test_source_root: The root path where tests are located.
6971
config.test_source_root = os.path.dirname(__file__)

0 commit comments

Comments
 (0)