Skip to content

Commit 386bd2a

Browse files
committed
[lit] [SPIRV] Update whole file test as lit FileCheck test.
Also removed the WholeFileTestFixture.cpp/.h which are not used after this change.
1 parent 2be79ca commit 386bd2a

31 files changed

+669
-870
lines changed

tools/clang/test/CodeGenSPIRV_Lit/attribute.domain.isoline.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

tools/clang/test/CodeGenSPIRV_Lit/attribute.domain.quad.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

tools/clang/test/CodeGenSPIRV_Lit/attribute.domain.tri.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

tools/clang/test/CodeGenSPIRV_Lit/attribute.outputcontrolpoints.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

tools/clang/test/CodeGenSPIRV_Lit/attribute.outputtopology.point.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

tools/clang/test/CodeGenSPIRV_Lit/attribute.outputtopology.triangle-ccw.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

tools/clang/test/CodeGenSPIRV_Lit/attribute.outputtopology.triangle-cw.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

tools/clang/test/CodeGenSPIRV_Lit/attribute.partitioning.fractional-even.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

tools/clang/test/CodeGenSPIRV_Lit/attribute.partitioning.fractional-odd.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

tools/clang/test/CodeGenSPIRV_Lit/attribute.partitioning.integer.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS
1+
// RUN: %dxc -T hs_6_0 -E SubDToBezierHS -fcgl %s -spirv | FileCheck %s
22

33
#include "bezier_common_hull.hlsli"
44

0 commit comments

Comments
 (0)