summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-24 21:20:04 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-24 19:36:55 +0200
commit6dbd00b12052d749492763ee2a768d952fdddba9 (patch)
tree8878f29e307dfb47d16b6fcd16f26cbbf5dd9eb6 /tests
parent63051701b473e6560e315cf9bec255a9e3a0a118 (diff)
lancelot test: Skip crashing test function on Mac OS X.
Task-number: QTBUG-22792 Change-Id: Iee70dafe9b4aced1a7c6cea63da88a92dff7d43d Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/other/lancelot/tst_lancelot.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/other/lancelot/tst_lancelot.cpp b/tests/auto/other/lancelot/tst_lancelot.cpp
index 4bb0bae243..897f238aa5 100644
--- a/tests/auto/other/lancelot/tst_lancelot.cpp
+++ b/tests/auto/other/lancelot/tst_lancelot.cpp
@@ -186,6 +186,9 @@ void tst_Lancelot::testOpenGL_data()
void tst_Lancelot::testOpenGL()
{
+#ifdef Q_OS_MAC
+ QSKIP("QTBUG-22792: This test function crashes on Mac OS X");
+#endif
bool ok = false;
QGLWidget glWidget;
if (glWidget.isValid() && glWidget.format().directRendering()