dawn-cmake/test/types
Ben Clayton c2fa68e551 Migrate more tests from Ignore() to phony-assignment
The `Ignore()` intrinsic is about to be deprecated, so don't use it for testing.

Bug: tint:1213
Change-Id: I314ecaeb9a9c337c7b6980189054120a74807ebd
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/67066
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: David Neto <dneto@google.com>
Reviewed-by: James Price <jrprice@google.com>
2021-10-22 00:21:44 +00:00
..
texture Migrate more tests from Ignore() to phony-assignment 2021-10-22 00:21:44 +00:00
function_scope_declarations.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
function_scope_declarations.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
function_scope_declarations.wgsl.expected.msl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
function_scope_declarations.wgsl.expected.spvasm validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
function_scope_declarations.wgsl.expected.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
function_scope_var_conversions.wgsl Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
function_scope_var_conversions.wgsl.expected.hlsl Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
function_scope_var_conversions.wgsl.expected.msl Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
function_scope_var_conversions.wgsl.expected.spvasm Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
function_scope_var_conversions.wgsl.expected.wgsl Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
module_scope_let.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_let.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
module_scope_let.wgsl.expected.msl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_let.wgsl.expected.spvasm validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_let.wgsl.expected.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_var.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_var.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
module_scope_var.wgsl.expected.msl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_var.wgsl.expected.spvasm validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_var.wgsl.expected.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_var_conversions.wgsl Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
module_scope_var_conversions.wgsl.expected.hlsl Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
module_scope_var_conversions.wgsl.expected.msl Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
module_scope_var_conversions.wgsl.expected.spvasm Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
module_scope_var_conversions.wgsl.expected.wgsl Add support for converting bool to other types 2021-07-19 17:35:39 +00:00
module_scope_var_initializers.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_var_initializers.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
module_scope_var_initializers.wgsl.expected.msl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_var_initializers.wgsl.expected.spvasm validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
module_scope_var_initializers.wgsl.expected.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
parameters.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
parameters.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
parameters.wgsl.expected.msl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
parameters.wgsl.expected.spvasm validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
parameters.wgsl.expected.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
return_types.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
return_types.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
return_types.wgsl.expected.msl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
return_types.wgsl.expected.spvasm validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
return_types.wgsl.expected.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
sampler.wgsl Migrate more tests from Ignore() to phony-assignment 2021-10-22 00:21:44 +00:00
sampler.wgsl.expected.hlsl Migrate more tests from Ignore() to phony-assignment 2021-10-22 00:21:44 +00:00
sampler.wgsl.expected.msl Migrate more tests from Ignore() to phony-assignment 2021-10-22 00:21:44 +00:00
sampler.wgsl.expected.spvasm Migrate more tests from Ignore() to phony-assignment 2021-10-22 00:21:44 +00:00
sampler.wgsl.expected.wgsl Migrate more tests from Ignore() to phony-assignment 2021-10-22 00:21:44 +00:00
struct_members.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
struct_members.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
struct_members.wgsl.expected.msl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
struct_members.wgsl.expected.spvasm validation: structures cannot be empty 2021-07-01 08:13:41 +00:00
struct_members.wgsl.expected.wgsl validation: structures cannot be empty 2021-07-01 08:13:41 +00:00