diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-07-12 17:58:08 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-07-12 17:58:08 (GMT) |
commit | 8c662477a3596fd5fdf8388ed8266e52aa8b7069 (patch) | |
tree | cb7b7c3eaa695cf02853381d9ba09738c87b9147 /tests/auto/qgl | |
parent | d193933b31088f83358a657f0399c6eeae2467e2 (diff) | |
download | Qt-8c662477a3596fd5fdf8388ed8266e52aa8b7069.zip Qt-8c662477a3596fd5fdf8388ed8266e52aa8b7069.tar.gz Qt-8c662477a3596fd5fdf8388ed8266e52aa8b7069.tar.bz2 |
Skipped tst_QGL::graphicsViewClipping on mac.
As it prevent integration
See QTBUG-12138
Diffstat (limited to 'tests/auto/qgl')
-rw-r--r-- | tests/auto/qgl/tst_qgl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qgl/tst_qgl.cpp b/tests/auto/qgl/tst_qgl.cpp index c05f730..ffd7622 100644 --- a/tests/auto/qgl/tst_qgl.cpp +++ b/tests/auto/qgl/tst_qgl.cpp @@ -838,6 +838,9 @@ public: void tst_QGL::graphicsViewClipping() { +#ifdef Q_WS_MAC + QSKIP("Prevent integration, see QTBUG-12138", SkipAll); +#endif const int size = 64; UnclippedWidget *widget = new UnclippedWidget; widget->setFixedSize(size, size); |