Resubmit "[MLIR] Remove unused config attributes from lit.site.cfg.py"
authorChristian Sigg <csigg@google.com>
Sat, 3 Sep 2022 06:49:51 +0000 (08:49 +0200)
committerChristian Sigg <csigg@google.com>
Sat, 3 Sep 2022 07:02:37 +0000 (09:02 +0200)
commit9f358c8ef738deaf0193fb81f3c620ab388a5648
tree4ddf3a9962390164d8434abecebbe92bb18e0cae
parent92d8738c38448a478e0c5b097b24b450a224843f
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
mlir/examples/standalone/test/lit.site.cfg.py.in
mlir/test/Unit/lit.site.cfg.py.in
mlir/test/lit.site.cfg.py.in