Suppress failure on GPU FYI Linux AMD Release (R7 240)
TBR=senorblanco@chromium.org BUG=chromium:915430 Change-Id: I57cc253eda45faa4c68a2cc012f594bc3514ae42 Reviewed-on: https://dawn-review.googlesource.com/c/3380 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
6322010014
commit
12a2f65c43
|
@ -243,6 +243,8 @@ TEST_P(InputStateTest, ZeroStride) {
|
|||
|
||||
// Test attributes defaults to (0, 0, 0, 1) if the input state doesn't have all components
|
||||
TEST_P(InputStateTest, AttributeExpanding) {
|
||||
DAWN_SKIP_TEST_IF(IsLinux() && IsOpenGL() && IsAMD());
|
||||
|
||||
// R32F case
|
||||
{
|
||||
dawn::InputState inputState = MakeInputState({
|
||||
|
|
Loading…
Reference in New Issue