summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2020-04-16 18:25:53 -0400
committerGitHub <noreply@github.com>2020-04-16 15:25:53 -0700
commit12b30afb24ac03d69f091f18c25ed2bbefae1acd (patch)
treefd5dc0c512c707c46bd3640f604f308a461a6bda /tests
parentb5a531738baa1e856b15bb3dffdbea9a1ee5cc82 (diff)
Workaround for matching of dxc diagnostics (#1324)
* Specialized handling for comparison of dxc output that ignores line/column numbers. * Simplify areAllEqualWithSplit.
Diffstat (limited to 'tests')
-rw-r--r--tests/cross-compile/dxc-error.hlsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cross-compile/dxc-error.hlsl b/tests/cross-compile/dxc-error.hlsl
index fb22907c6..0e6b6e489 100644
--- a/tests/cross-compile/dxc-error.hlsl
+++ b/tests/cross-compile/dxc-error.hlsl
@@ -1,4 +1,4 @@
-//TEST(dxc):SIMPLE:-pass-through dxc -target dxil -entry computeMain -stage compute -profile sm_6_1
+//DIAGNOSTIC_TEST(dxc):SIMPLE:-pass-through dxc -target dxil -entry computeMain -stage compute -profile sm_6_1
[numthreads(4, 1, 1)]
void computeMain(uint3 dispatchThreadID : SV_DispatchThreadID)