CTS: Lift expectations for passing tests ComputeDispatchTests.
Bug: dawn:1196 Change-Id: I566f6171b6783fb51c3727aab64bd1488afa933f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/111800 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
ee7d6db047
commit
f42c4c7e5b
|
@ -214,10 +214,6 @@ TEST_P(ComputeDispatchTests, DirectNoop) {
|
||||||
|
|
||||||
// Test basic indirect
|
// Test basic indirect
|
||||||
TEST_P(ComputeDispatchTests, IndirectBasic) {
|
TEST_P(ComputeDispatchTests, IndirectBasic) {
|
||||||
#if DAWN_PLATFORM_IS(32_BIT)
|
|
||||||
// TODO(crbug.com/dawn/1196): Fails on Chromium's Quadro P400 bots
|
|
||||||
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsNvidia());
|
|
||||||
#endif
|
|
||||||
// TODO(crbug.com/dawn/1262): Fails with the full validation turned on.
|
// TODO(crbug.com/dawn/1262): Fails with the full validation turned on.
|
||||||
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsFullBackendValidationEnabled());
|
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsFullBackendValidationEnabled());
|
||||||
|
|
||||||
|
@ -246,10 +242,6 @@ TEST_P(ComputeDispatchTests, IndirectNoop) {
|
||||||
|
|
||||||
// Test indirect with buffer offset
|
// Test indirect with buffer offset
|
||||||
TEST_P(ComputeDispatchTests, IndirectOffset) {
|
TEST_P(ComputeDispatchTests, IndirectOffset) {
|
||||||
#if DAWN_PLATFORM_IS(32_BIT)
|
|
||||||
// TODO(crbug.com/dawn/1196): Fails on Chromium's Quadro P400 bots
|
|
||||||
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsNvidia());
|
|
||||||
#endif
|
|
||||||
// TODO(crbug.com/dawn/1262): Fails with the full validation turned on.
|
// TODO(crbug.com/dawn/1262): Fails with the full validation turned on.
|
||||||
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsFullBackendValidationEnabled());
|
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsFullBackendValidationEnabled());
|
||||||
|
|
||||||
|
@ -263,10 +255,6 @@ TEST_P(ComputeDispatchTests, IndirectOffsetWithoutNumWorkgroups) {
|
||||||
|
|
||||||
// Test indirect dispatches at max limit.
|
// Test indirect dispatches at max limit.
|
||||||
TEST_P(ComputeDispatchTests, MaxWorkgroups) {
|
TEST_P(ComputeDispatchTests, MaxWorkgroups) {
|
||||||
#if DAWN_PLATFORM_IS(32_BIT)
|
|
||||||
// TODO(crbug.com/dawn/1196): Fails on Chromium's Quadro P400 bots
|
|
||||||
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsNvidia());
|
|
||||||
#endif
|
|
||||||
// TODO(crbug.com/dawn/1262): Fails with the full validation turned on.
|
// TODO(crbug.com/dawn/1262): Fails with the full validation turned on.
|
||||||
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsFullBackendValidationEnabled());
|
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsFullBackendValidationEnabled());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue