mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Adjust the expected failure conditions for subgroup_operations (#8515)
This commit is contained in:
parent
961be24246
commit
7b95053f5a
@ -21,16 +21,20 @@ static SUBGROUP_OPERATIONS: GpuTestConfiguration = GpuTestConfiguration::new()
|
|||||||
// are not matched against.
|
// are not matched against.
|
||||||
.expect_fail(
|
.expect_fail(
|
||||||
wgpu_test::FailureCase::molten_vk()
|
wgpu_test::FailureCase::molten_vk()
|
||||||
// 14.3 doesn't fail test 29
|
// 26.0 fails only test 28, and not on thread 0
|
||||||
|
.panic("thread 1 failed tests: 28,\n")
|
||||||
|
// 14.3 fails 27 and 28
|
||||||
.panic("thread 0 failed tests: 27,\nthread 1 failed tests: 27, 28,\n")
|
.panic("thread 0 failed tests: 27,\nthread 1 failed tests: 27, 28,\n")
|
||||||
// Prior versions do.
|
// Prior versions fail 27, 28, and 29
|
||||||
.panic("thread 0 failed tests: 27, 29,\nthread 1 failed tests: 27, 28, 29,\n"),
|
.panic("thread 0 failed tests: 27, 29,\nthread 1 failed tests: 27, 28, 29,\n"),
|
||||||
)
|
)
|
||||||
.expect_fail(
|
.expect_fail(
|
||||||
wgpu_test::FailureCase::backend(wgpu::Backends::METAL)
|
wgpu_test::FailureCase::backend(wgpu::Backends::METAL)
|
||||||
// 14.3 doesn't fail test 29
|
// 26.0 fails only test 28, and not on thread 0
|
||||||
|
.panic("thread 1 failed tests: 28,\n")
|
||||||
|
// 14.3 fails 27 and 28
|
||||||
.panic("thread 0 failed tests: 27,\nthread 1 failed tests: 27, 28,\n")
|
.panic("thread 0 failed tests: 27,\nthread 1 failed tests: 27, 28,\n")
|
||||||
// Prior versions do.
|
// Prior versions fail 27, 28, and 29
|
||||||
.panic("thread 0 failed tests: 27, 29,\nthread 1 failed tests: 27, 28, 29,\n"),
|
.panic("thread 0 failed tests: 27, 29,\nthread 1 failed tests: 27, 28, 29,\n"),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user