We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe8573 commit 1ff0098Copy full SHA for 1ff0098
llvm/test/lit.cfg.py
@@ -64,6 +64,8 @@
64
config.excludes.append("LoopVectorize")
65
# exclude UpdateTestChecks - they fail because of inserted prof annotations
66
config.excludes.append("UpdateTestChecks")
67
+ # TODO(#166655): Reenable Instrumentation tests
68
+ config.excludes.append("Instrumentation")
69
70
# test_source_root: The root path where tests are located.
71
config.test_source_root = os.path.dirname(__file__)
0 commit comments