diff options
Diffstat (limited to 'modules/egl/teglResizeTests.cpp')
-rw-r--r-- | modules/egl/teglResizeTests.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/egl/teglResizeTests.cpp b/modules/egl/teglResizeTests.cpp index fd250e4f5..60cc66dfe 100644 --- a/modules/egl/teglResizeTests.cpp +++ b/modules/egl/teglResizeTests.cpp @@ -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"); } } } |