Skip to content

Commit 666f1fc

Browse files
committed
bless compiletest
1 parent ab3254a commit 666f1fc

9 files changed

+19
-19
lines changed

tests/ui/arch/debug_printf_type_checking.stderr

+10-10
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ help: the return type of this call is `u32` due to the type of the argument pass
7575
| |
7676
| this argument influences the return type of `spirv_std`
7777
note: function defined here
78-
--> $SPIRV_STD_SRC/lib.rs:138:8
78+
--> $SPIRV_STD_SRC/lib.rs:139:8
7979
|
80-
138 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
80+
139 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
8181
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
8282
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
8383
help: change the type of the numeric literal from `u32` to `f32`
@@ -102,9 +102,9 @@ help: the return type of this call is `f32` due to the type of the argument pass
102102
| |
103103
| this argument influences the return type of `spirv_std`
104104
note: function defined here
105-
--> $SPIRV_STD_SRC/lib.rs:138:8
105+
--> $SPIRV_STD_SRC/lib.rs:139:8
106106
|
107-
138 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
107+
139 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
108108
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
109109
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
110110
help: change the type of the numeric literal from `f32` to `u32`
@@ -129,12 +129,12 @@ error[E0277]: the trait bound `{float}: Vector<f32, 2>` is not satisfied
129129
<UVec3 as Vector<u32, 3>>
130130
and 5 others
131131
note: required by a bound in `debug_printf_assert_is_vector`
132-
--> $SPIRV_STD_SRC/lib.rs:145:8
132+
--> $SPIRV_STD_SRC/lib.rs:146:8
133133
|
134-
143 | pub fn debug_printf_assert_is_vector<
134+
144 | pub fn debug_printf_assert_is_vector<
135135
| ----------------------------- required by a bound in this function
136-
144 | TY: crate::scalar::Scalar,
137-
145 | V: crate::vector::Vector<TY, SIZE>,
136+
145 | TY: crate::scalar::Scalar,
137+
146 | V: crate::vector::Vector<TY, SIZE>,
138138
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `debug_printf_assert_is_vector`
139139
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
140140

@@ -155,9 +155,9 @@ help: the return type of this call is `Vec2` due to the type of the argument pas
155155
| |
156156
| this argument influences the return type of `spirv_std`
157157
note: function defined here
158-
--> $SPIRV_STD_SRC/lib.rs:138:8
158+
--> $SPIRV_STD_SRC/lib.rs:139:8
159159
|
160-
138 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
160+
139 | pub fn debug_printf_assert_is_type<T>(ty: T) -> T {
161161
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
162162
= note: this error originates in the macro `debug_printf` (in Nightly builds, run with -Z macro-backtrace for more info)
163163

tests/ui/arch/subgroup/subgroup_ballot.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
%1 = OpFunction %2 None %3
22
%4 = OpFunctionParameter %2
33
%5 = OpLabel
4-
OpLine %6 379 8
4+
OpLine %6 381 8
55
%7 = OpGroupNonUniformBallot %8 %9 %4
6-
OpLine %6 415 8
6+
OpLine %6 417 8
77
%10 = OpGroupNonUniformInverseBallot %2 %9 %7
88
OpNoLine
99
OpReturnValue %10

tests/ui/arch/subgroup/subgroup_ballot_bit_count.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%1 = OpFunction %2 None %3
22
%4 = OpFunctionParameter %5
33
%6 = OpLabel
4-
OpLine %7 491 8
4+
OpLine %7 493 8
55
%8 = OpGroupNonUniformBallotBitCount %2 %9 Reduce %4
66
OpNoLine
77
OpReturnValue %8

tests/ui/arch/subgroup/subgroup_broadcast_first.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%1 = OpFunction %2 None %3
22
%4 = OpFunctionParameter %2
33
%5 = OpLabel
4-
OpLine %6 346 8
4+
OpLine %6 348 8
55
%7 = OpGroupNonUniformBroadcastFirst %2 %8 %4
66
OpNoLine
77
OpReturnValue %7

tests/ui/arch/subgroup/subgroup_elect.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%1 = OpFunction %2 None %3
22
%4 = OpLabel
3-
OpLine %5 181 8
3+
OpLine %5 183 8
44
%6 = OpGroupNonUniformElect %2 %7
55
OpNoLine
66
OpReturnValue %6

tests/ui/arch/subgroup/subgroup_i_add_clustered.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%1 = OpFunction %2 None %3
22
%4 = OpFunctionParameter %2
33
%5 = OpLabel
4-
OpLine %6 782 8
4+
OpLine %6 784 8
55
%7 = OpGroupNonUniformIAdd %2 %8 ClusteredReduce %4 %9
66
OpNoLine
77
OpReturnValue %7

tests/ui/arch/subgroup/subgroup_i_add_exclusive_scan.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%1 = OpFunction %2 None %3
22
%4 = OpFunctionParameter %2
33
%5 = OpLabel
4-
OpLine %6 741 8
4+
OpLine %6 743 8
55
%7 = OpGroupNonUniformIAdd %2 %8 ExclusiveScan %4
66
OpNoLine
77
OpReturnValue %7

tests/ui/arch/subgroup/subgroup_i_add_inclusive_scan.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%1 = OpFunction %2 None %3
22
%4 = OpFunctionParameter %2
33
%5 = OpLabel
4-
OpLine %6 741 8
4+
OpLine %6 743 8
55
%7 = OpGroupNonUniformIAdd %2 %8 InclusiveScan %4
66
OpNoLine
77
OpReturnValue %7

tests/ui/arch/subgroup/subgroup_i_add_reduce.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%1 = OpFunction %2 None %3
22
%4 = OpFunctionParameter %2
33
%5 = OpLabel
4-
OpLine %6 741 8
4+
OpLine %6 743 8
55
%7 = OpGroupNonUniformIAdd %2 %8 Reduce %4
66
OpNoLine
77
OpReturnValue %7

0 commit comments

Comments
 (0)