mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 08:19:02 +00:00
Move TEST_SKIPPED_ITSELF to test_status in testHarness (#1089)
TEST_SKIPPED_ITSELF was originally located in threadTesting.h but this no longer makes sense. This change moves the definition to the test_status struct in testHarness so that it can be used in the same way that test_status' can be used. Signed-off-by: Chetankumar Mistry <chetan.mistry@arm.com>
This commit is contained in:
@@ -80,6 +80,7 @@ typedef enum test_status
|
||||
TEST_PASS = 0,
|
||||
TEST_FAIL = 1,
|
||||
TEST_SKIP = 2,
|
||||
TEST_SKIPPED_ITSELF = -100,
|
||||
} test_status;
|
||||
|
||||
extern int gFailCount;
|
||||
|
||||
Reference in New Issue
Block a user