-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Add "loader" support to conformance testing
This expands our CI to test the loader; the dispatcher that is used when multiple adapters are availabe. The old "run on hardware" jobs should behave the same (they have the loader tests disabled), but there are new "combined" jobs with OpenCL/Level Zero + Native CPU. Closes: #2081
- Loading branch information
1 parent
f01741a
commit 0b96866
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/* |