Fix XPASS on Ubuntu Precise Pangolin.
Change-Id: I0199ad3a52621763c214fa65302d3de4701814cf Reviewed-by: Tobias Koenig Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
af359028bb
commit
c64db5dfde
@@ -1039,7 +1039,7 @@ void tst_QPainterVideoSurface::shaderPresent()
|
||||
|
||||
QVideoSurfaceFormat formatA(frameSizeA, pixelFormatA);
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
#if defined(Q_OS_LINUX) && !defined(UBUNTU_PRECISE_PANGOLIN)
|
||||
QEXPECT_FAIL("ARBfp: rgb32 -> argb32", "QTBUG-26320 - Failing for linux versions", Abort);
|
||||
QEXPECT_FAIL("ARBfp: rgb32 -> rgb565", "QTBUG-26320 - Failing for linux versions", Abort);
|
||||
QEXPECT_FAIL("ARBfp: rgb32 -> yuv420p", "QTBUG-26320 - Failing for linux versions", Abort);
|
||||
|
||||
Reference in New Issue
Block a user