Skip to content

Commit c6dc37f

Browse files
committed
update tickets based on feedback in pr
1 parent c555880 commit c6dc37f

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

test/Basic/Matrix/matrix_bool_and_operator.test

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,25 @@ Buffers:
4646
Data: [ 0, 0, 0, 1, 1, 1 ]
4747
- Name: AndTrueTrueOut
4848
Format: Int32
49-
FillSize: 24
49+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
5050
- Name: AndTrueTrueExpectedOut
5151
Format: Int32
5252
Data: [ 1, 1, 1, 1, 1, 1 ]
5353
- Name: AndTrueFalseOut
5454
Format: Int32
55-
FillSize: 24
55+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
5656
- Name: AndTrueFalseExpectedOut
5757
Format: Int32
5858
Data: [ 0, 0, 0, 0, 0, 0 ]
5959
- Name: AndTrueMixOut
6060
Format: Int32
61-
FillSize: 24
61+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
6262
- Name: AndTrueMixExpectedOut
6363
Format: Int32
6464
Data: [ 0, 0, 0, 1, 1, 1 ]
6565
- Name: AndTrueMix2Out
6666
Format: Int32
67-
FillSize: 24
67+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
6868
- Name: AndTrueMix2ExpectedOut
6969
Format: Int32
7070
Data: [ 1, 1, 1, 0, 0, 0 ]
@@ -136,7 +136,7 @@ DescriptorSets:
136136

137137
# Note: Metal does not support boolean matrix types. For
138138
# Vulkan KosmicKrisp and MoltenVK the output is always False.
139-
# UNSUPPORTED: Darwin
139+
# UNSUPPORTED: Metal || KosmicKrisp || MoltenVK
140140

141141
# RUN: split-file %s %t
142142
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl

test/Basic/Matrix/matrix_bool_and_operator_thread_group.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,25 @@ Buffers:
4545
Data: [ 0, 0, 0, 1, 1, 1 ]
4646
- Name: AndTrueTrueOut
4747
Format: Int32
48-
FillSize: 24
48+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
4949
- Name: AndTrueTrueExpectedOut
5050
Format: Int32
5151
Data: [ 1, 1, 1, 1, 1, 1 ]
5252
- Name: AndTrueFalseOut
5353
Format: Int32
54-
FillSize: 24
54+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
5555
- Name: AndTrueFalseExpectedOut
5656
Format: Int32
5757
Data: [ 0, 0, 0, 0, 0, 0 ]
5858
- Name: AndTrueMixOut
5959
Format: Int32
60-
FillSize: 24
60+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
6161
- Name: AndTrueMixExpectedOut
6262
Format: Int32
6363
Data: [ 0, 0, 0, 1, 1, 1 ]
6464
- Name: AndTrueMix2Out
6565
Format: Int32
66-
FillSize: 24
66+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
6767
- Name: AndTrueMix2ExpectedOut
6868
Format: Int32
6969
Data: [ 1, 1, 1, 0, 0, 0 ]
@@ -133,12 +133,12 @@ DescriptorSets:
133133
# Bug https://github.com/llvm/offload-test-suite/issues/704
134134
# XFAIL: Clang && Intel && Vulkan
135135

136-
Bug https://github.com/llvm/offload-test-suite/issues/705
136+
# Bug https://github.com/llvm/offload-test-suite/issues/705
137137
# XFAIL: Clang && NV && DirectX
138138

139139
# Note: Metal does not support boolean matrix types. For
140140
# Vulkan KosmicKrisp and MoltenVK the output is always False.
141-
# UNSUPPORTED: Darwin
141+
# UNSUPPORTED: Metal || KosmicKrisp || MoltenVK
142142

143143
# RUN: split-file %s %t
144144
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl

test/Basic/Matrix/matrix_bool_or_operator.test

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,31 +49,31 @@ Buffers:
4949
Data: [ 0, 0, 0, 1, 1, 1 ]
5050
- Name: OrTrueTrueOut
5151
Format: Int32
52-
FillSize: 24
52+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
5353
- Name: OrTrueTrueExpectedOut
5454
Format: Int32
5555
Data: [ 1, 1, 1, 1, 1, 1 ]
5656
- Name: OrTrueFalseOut
5757
Format: Int32
58-
FillSize: 24
58+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
5959
- Name: OrTrueFalseExpectedOut
6060
Format: Int32
6161
Data: [ 1, 1, 1, 1, 1, 1 ]
6262
- Name: OrTrueMixOut
6363
Format: Int32
64-
FillSize: 24
64+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
6565
- Name: OrTrueMixExpectedOut
6666
Format: Int32
6767
Data: [ 1, 1, 1, 1, 1, 1 ]
6868
- Name: OrTrueMix2Out
6969
Format: Int32
70-
FillSize: 24
70+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
7171
- Name: OrTrueMix2ExpectedOut
7272
Format: Int32
7373
Data: [ 1, 1, 1, 1, 1, 1 ]
7474
- Name: OrFalseFalseOut
7575
Format: Int32
76-
FillSize: 24
76+
Data: [ 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40, 0x5e40 ]
7777
- Name: OrFalseFalseExpectedOut
7878
Format: Int32
7979
Data: [ 0, 0, 0, 0, 0, 0 ]
@@ -156,7 +156,7 @@ DescriptorSets:
156156

157157
# Note: Metal does not support boolean matrix types. For
158158
# Vulkan KosmicKrisp and MoltenVK the output is always False.
159-
# UNSUPPORTED: Darwin
159+
# UNSUPPORTED: Metal || KosmicKrisp || MoltenVK
160160

161161
# RUN: split-file %s %t
162162
# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl

0 commit comments

Comments
 (0)