Skip dawn_end2end_tests failures on Win Intel Optiplex 7080 Vulkan
BindGroupTests.ArbitraryBindingNumbers/Vulkan_Intel_R_UHD_Graphics_630 QueryInternalShaderTests.TimestampComputeShader/Vulkan_Intel_R_UHD_Graphics_630 Bug: dawn:1615 Change-Id: I76d677157857dbc6ef7cb5ecbad6e37d2cc292e1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/114620 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
bf8a230c81
commit
5a4f5dcf90
|
@ -1231,6 +1231,9 @@ TEST_P(BindGroupTests, DynamicBindingNoneVisibility) {
|
||||||
TEST_P(BindGroupTests, ArbitraryBindingNumbers) {
|
TEST_P(BindGroupTests, ArbitraryBindingNumbers) {
|
||||||
// TODO(crbug.com/dawn/736): Test output is wrong with D3D12 + WARP.
|
// TODO(crbug.com/dawn/736): Test output is wrong with D3D12 + WARP.
|
||||||
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsWARP());
|
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsWARP());
|
||||||
|
// TODO(crbug.com/dawn/1617): VUID-vkUpdateDescriptorSets-None-03047 on UHD630
|
||||||
|
// driver 31.0.101.2111
|
||||||
|
DAWN_SUPPRESS_TEST_IF(IsWindows() && IsVulkan() && IsIntel());
|
||||||
|
|
||||||
utils::BasicRenderPass renderPass = utils::CreateBasicRenderPass(device, kRTSize, kRTSize);
|
utils::BasicRenderPass renderPass = utils::CreateBasicRenderPass(device, kRTSize, kRTSize);
|
||||||
|
|
||||||
|
|
|
@ -196,6 +196,9 @@ class QueryInternalShaderTests : public DawnTest {
|
||||||
TEST_P(QueryInternalShaderTests, TimestampComputeShader) {
|
TEST_P(QueryInternalShaderTests, TimestampComputeShader) {
|
||||||
// TODO(crbug.com/dawn/741): Test output is wrong with D3D12 + WARP.
|
// TODO(crbug.com/dawn/741): Test output is wrong with D3D12 + WARP.
|
||||||
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsWARP());
|
DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsWARP());
|
||||||
|
// TODO(crbug.com/dawn/1617): VUID-vkUpdateDescriptorSets-None-03047 on UHD630
|
||||||
|
// driver 31.0.101.2111
|
||||||
|
DAWN_SUPPRESS_TEST_IF(IsWindows() && IsVulkan() && IsIntel());
|
||||||
|
|
||||||
constexpr std::array<float, 5> kPeriodsToTest = {
|
constexpr std::array<float, 5> kPeriodsToTest = {
|
||||||
1,
|
1,
|
||||||
|
|
Loading…
Reference in New Issue