[all-commits] [llvm/llvm-project] 9f358c: Resubmit "[MLIR] Remove unused config attributes f...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Sat Sep 3 00:04:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f358c8ef738deaf0193fb81f3c620ab388a5648
https://github.com/llvm/llvm-project/commit/9f358c8ef738deaf0193fb81f3c620ab388a5648
Author: Christian Sigg <csigg at google.com>
Date: 2022-09-03 (Sat, 03 Sep 2022)
Changed paths:
M mlir/examples/standalone/test/lit.site.cfg.py.in
M mlir/test/Unit/lit.site.cfg.py.in
M mlir/test/lit.site.cfg.py.in
Log Message:
-----------
Resubmit "[MLIR] Remove unused config attributes from lit.site.cfg.py"
This resubmits commit 0816b62, reverted in commit 328bbab, but without removing the config.target_triple.
Lit checks UNSUPPORTED tags in the input against the config.target_triple (https://llvm.org/docs/TestingGuide.html#constraining-test-execution).
The original commit made the following bots start failing, because unsupported tests were no longer skipped:
- s390x: https://lab.llvm.org/buildbot/#/builders/199/builds/9247
- Windows: https://lab.llvm.org/buildbot/#/builders/13/builds/25321
- Sanitizer: https://lab.llvm.org/buildbot/#/builders/5/builds/27187
More information about the All-commits
mailing list