-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Add 'test_twip_2_twim_2' that 'FAILED' and make it 'PASSED'
While working on trilinos/Trilinos#3887, I noticed faulty logic in determining global pass/fail related to 'twip' and 'twim' tests. The existance of these test categories should not result in a global failure. The assumption with 'twim' is that the tests were disabled (on purpose hopefully). To make this pass, I added the field TestsetInfo.existanceTriggersGlobalFail that defaults to 'True' but is set to 'False' for the 'twip' and 'twim' test-sets.
- Loading branch information
1 parent
ad77a85
commit f06c400
Showing
2 changed files
with
311 additions
and
5 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