-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2082 from RossBrunton/ross/multiadapt
[CI] Add "loader" support to conformance testing
- Loading branch information
Showing
5 changed files
with
49 additions
and
9 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
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{{NONDETERMINISTIC}} | ||
urAdapterGetLastErrorTest.Success | ||
urAdapterGetLastErrorTest.InvalidHandle | ||
urAdapterGetLastErrorTest.InvalidMessagePtr | ||
urAdapterGetLastErrorTest.InvalidErrorPtr | ||
# These pass when the adapter is launched by the loader | ||
{{OPT}}urAdapterGetLastErrorTest.Success | ||
{{OPT}}urAdapterGetLastErrorTest.InvalidHandle | ||
{{OPT}}urAdapterGetLastErrorTest.InvalidMessagePtr | ||
{{OPT}}urAdapterGetLastErrorTest.InvalidErrorPtr |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Note: This file is only for use with cts_exe.py, not the legacy match checker | ||
# These crash when ran through the loader | ||
{{OPT}}urEventSetCallbackTest.ValidateParameters/* |