Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions llvm/test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
config.excludes.append("LoopVectorize")
# exclude UpdateTestChecks - they fail because of inserted prof annotations
config.excludes.append("UpdateTestChecks")
# issue #166655
config.excludes.append("Instrumentation")

# test_source_root: The root path where tests are located.
config.test_source_root = os.path.dirname(__file__)
Expand Down
Loading
Loading