Skip to content

Commit 0a58cdd

Browse files
committed
tests: KHR-GL also stop skipping the JSON header
1 parent 41c7fba commit 0a58cdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/deqp/tests/parser.volt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ fn parseAndCheckRegressions(suites: Suite[], filenames: string[]) i32
143143
if (watt.startsWith(line, "dEQP-GLES")) {
144144
break;
145145
}
146+
if (watt.startsWith(line, "KHR-GL")) {
147+
break;
148+
}
146149
count++;
147150
}
148151

0 commit comments

Comments
 (0)