Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
[platform/upstream/VK-GL-CTS.git] / modules / egl / teglResizeTests.cpp
index fd250e4..60cc66d 100644 (file)
@@ -416,9 +416,10 @@ IterateResult PreserveBackBufferCase::iterate (void)
                                          << TestLog::Image("After resizing", "After resizing", newSurface)
                                          << TestLog::EndImageSet;
 
-                               m_status.check(compareCorners(oldSurface, newSurface),
-                                                          "Resizing the native window changed the contents of "
-                                                          "the EGL surface");
+                               m_status.checkResult(compareCorners(oldSurface, newSurface),
+                                                                        QP_TEST_RESULT_QUALITY_WARNING,
+                                                                        "Resizing the native window changed the contents of "
+                                                                        "the EGL surface");
                        }
                }
        }