-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing: Fix tests passing when test commands fail (#1733)
PR #1563 accidentally changed tests to accept failing commands by default. (This seems to have been a mistake -- a temporary change added when debugging that LG neglected to remove before submitting the PR.) This can cause tests to pass even though the program crashed, when a previous run created the correct output file. --------- Signed-off-by: Brecht Van Lommel <brecht@blender.org>
- Loading branch information
Showing
3 changed files
with
5 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Small leaks that make CI fail, suppress until cause is identified. | ||
leak:__cxa_thread_atexit | ||
leak:std::string::_Rep::_S_create |
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