Skip to content

Commit 3ee5e14

Browse files
authored
Remove dxilconv tests dependency on FXC to enable testing on ARM64 (#4494)
1 parent 8d55ed9 commit 3ee5e14

265 files changed

Lines changed: 146 additions & 208 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# Visual Studio 2017
2828
.vs/
2929
# Test outputs
30-
*.dxbc
3130
*.ll.converted
3231
*.dxo.converted
3332

484 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %fxc /T ps_5_0 %s /Fo %t.dxbc
1+
// FXC command line: fxc /T ps_5_0 %s /Fo %t.dxbc
22
// RUN: %dxbc2dxil %t.dxbc /emit-llvm /o %t.ll.converted
33
// RUN: fc %b.ref %t.ll.converted
44

@@ -8,4 +8,4 @@
88
float4 main(float4 a : A) : SV_TARGET
99
{
1010
return abs(a.yxxx);
11-
}
11+
}
492 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %fxc /T ps_5_0 %s /Fo %t.dxbc
1+
// FXC command line: fxc /T ps_5_0 %s /Fo %t.dxbc
22
// RUN: %dxbc2dxil %t.dxbc /emit-llvm /o %t.ll.converted
33
// RUN: fc %b.ref %t.ll.converted
44

@@ -8,4 +8,4 @@
88
int4 main(int4 a : A) : SV_TARGET
99
{
1010
return abs(a.yxxx);
11-
}
11+
}
2.14 KB
Binary file not shown.

projects/dxilconv/test/dxbc2dxil/atomics.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %fxc /T ps_5_1 %s /Fo %t.dxbc
1+
// FXC command line: fxc /T ps_5_1 %s /Fo %t.dxbc
22
// RUN: %dxbc2dxil %t.dxbc /emit-llvm /o %t.ll.converted
33
// RUN: fc %b.ref %t.ll.converted
44

488 Bytes
Binary file not shown.

projects/dxilconv/test/dxbc2dxil/bad_ftoi.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %fxc /T vs_5_0 /Od %s /Fo %t.dxbc
1+
// FXC command line: fxc /T vs_5_0 /Od %s /Fo %t.dxbc
22
// RUN: %dxbc2dxil %t.dxbc /emit-llvm /o %t.ll.converted
33
// RUN: fc %b.ref %t.ll.converted
44

684 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)