mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-02 10:15:50 +00:00
Also mark all the skips for time out the same way for easier grepping. Change-Id: Ie071df30431bded7838205c3a18483a5233687c7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88341 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
22 lines
288 B
HLSL
22 lines
288 B
HLSL
SKIP: FAILED
|
|
|
|
static uint var_1 = 0u;
|
|
|
|
void main_1() {
|
|
[loop] while (true) {
|
|
if (false) {
|
|
} else {
|
|
break;
|
|
}
|
|
break;
|
|
}
|
|
return;
|
|
}
|
|
|
|
void main() {
|
|
main_1();
|
|
return;
|
|
}
|
|
Internal compiler error: access violation. Attempted to read from address 0x0000000000000048
|
|
|