-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix XFAIL behavior in conftest.py. (#88)
Fixes #86. The imperative `pytest.xfail()` does not actually XFAIL/XPASS, it acts as a "skip". This switches to using `self.add_marker(pytest.mark.xfail(...))` which actually works. Now that XFAIL/XPASS work, new XFAIL sets were generated with * llvm/torch-mlir@e48fe45 * iree-org/iree@e991798 This also highlights a need for a way to automatically update the XFAIL sets in the config files from a test run. I updated the config files here manually and it was quite a chore :/
- Loading branch information
Showing
5 changed files
with
83 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.