From 6dbd00b12052d749492763ee2a768d952fdddba9 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 24 Apr 2012 21:20:04 +1000 Subject: lancelot test: Skip crashing test function on Mac OS X. Task-number: QTBUG-22792 Change-Id: Iee70dafe9b4aced1a7c6cea63da88a92dff7d43d Reviewed-by: Bradley T. Hughes --- tests/auto/other/lancelot/tst_lancelot.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') 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() -- cgit v1.2.3