tint: Remove skips for tests that now pass latest DXC

Bug I filed at
https://github.com/microsoft/DirectXShaderCompiler/issues/4422 has now
been fixed by
https://github.com/microsoft/DirectXShaderCompiler/pull/4446.

Kokoro always uses the latest DXC build, so this should now pass.

Bug: tint:1523
Change-Id: Ib19a04fc936b45001c3a56b0499fb4fd43e96db8
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91600
Auto-Submit: Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
Antonio Maiorano
2022-05-26 13:06:55 +00:00
committed by Dawn LUCI CQ
parent 4cd86e5953
commit b0d9c15821
7 changed files with 0 additions and 421 deletions

View File

@@ -1,21 +0,0 @@
SKIP: FAILED - see https://github.com/microsoft/DirectXShaderCompiler/issues/4422
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

View File

@@ -1,21 +0,0 @@
SKIP: FAILED - see https://github.com/microsoft/DirectXShaderCompiler/issues/4422
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

View File

@@ -1,25 +0,0 @@
SKIP: FAILED - see https://github.com/microsoft/DirectXShaderCompiler/issues/4422
void main_1() {
[loop] while (true) {
float x_600 = 0.0f;
if (true) {
break;
}
if (true) {
x_600 = 50.0f;
}
break;
{
const uint x_82 = uint(x_600);
}
}
return;
}
void main() {
main_1();
return;
}
Internal compiler error: access violation. Attempted to read from address 0x0000000000000048