Lines Matching refs:testlist
65 TestLists testlist.Lists
87 Status testlist.Status
165 case testlist.EGL:
167 case testlist.GLES2:
169 case testlist.GLES3:
171 case testlist.Vulkan:
184 if list.API != testlist.Vulkan {
353 s testlist.Status
355 {unimplementedRE, testlist.Unimplemented},
356 {unsupportedRE, testlist.Unsupported},
357 {unreachableRE, testlist.Unreachable},
358 {assertRE, testlist.Assert},
359 {abortRE, testlist.Abort},
386 Status: testlist.Crash,
395 Status: testlist.Timeout,
404 results <- TestResult{Test: name, Status: testlist.Fail, Err: err, Coverage: coverage}
409 … results <- TestResult{Test: name, Status: testlist.Pass, TimeTaken: duration, Coverage: coverage}
411 …results <- TestResult{Test: name, Status: testlist.NotSupported, TimeTaken: duration, Coverage: co…
413 …results <- TestResult{Test: name, Status: testlist.CompatibilityWarning, TimeTaken: duration, Cove…
415 …results <- TestResult{Test: name, Status: testlist.QualityWarning, TimeTaken: duration, Coverage: …
421 …results <- TestResult{Test: name, Status: testlist.Fail, Err: err, TimeTaken: duration, Coverage: …
427 …results <- TestResult{Test: name, Status: testlist.InternalError, Err: err, TimeTaken: duration, C…
431 …results <- TestResult{Test: name, Status: testlist.Fail, Err: err, TimeTaken: duration, Coverage: …