diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2020-04-16 18:25:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 15:25:53 -0700 |
| commit | 12b30afb24ac03d69f091f18c25ed2bbefae1acd (patch) | |
| tree | fd5dc0c512c707c46bd3640f604f308a461a6bda /tests | |
| parent | b5a531738baa1e856b15bb3dffdbea9a1ee5cc82 (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.hlsl | 2 |
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) |
