Moved tests into gui/kernel/ and gui/qopengl/
authorJo Asplin <jo.asplin@nokia.com>
Thu, 3 Nov 2011 09:12:44 +0000 (10:12 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 4 Nov 2011 19:48:19 +0000 (20:48 +0100)
This commit moves tests from test/auto/ into more appropriate
locations (i.e. matching the locations in the Qt source):

- qscreen and qwindow are moved into gui/kernel/
- qopengl is moved into gui/qopengl/

Note: qscreen is disabled for now since it is broken
on Linux (see QTBUG-22554).

Change-Id: Idcc7a51e78d6d0955bddb9cb4091866659193cc8
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
tests/auto/gui.pro
tests/auto/gui/gui.pro
tests/auto/gui/kernel/kernel.pro
tests/auto/gui/kernel/qscreen/qscreen.pro [moved from tests/auto/qscreen/qscreen.pro with 71% similarity]
tests/auto/gui/kernel/qscreen/tst_qscreen.cpp [moved from tests/auto/qscreen/tst_qscreen.cpp with 100% similarity]
tests/auto/gui/kernel/qwindow/qwindow.pro [moved from tests/auto/qwindow/qwindow.pro with 100% similarity]
tests/auto/gui/kernel/qwindow/tst_qwindow.cpp [moved from tests/auto/qwindow/tst_qwindow.cpp with 100% similarity]
tests/auto/gui/qopengl/qopengl.pro [moved from tests/auto/qopengl/qopengl.pro with 100% similarity]
tests/auto/gui/qopengl/tst_qopengl.cpp [moved from tests/auto/qopengl/tst_qopengl.cpp with 100% similarity]
tests/auto/opengl/opengl.pro

index 4f68486..2a954e7 100644 (file)
@@ -6,7 +6,6 @@
 TEMPLATE=subdirs
 SUBDIRS=\
     gui \
-    qopengl \
     qtransformedscreen \
     qwindowsurface \
     qwsembedwidget \
index d541984..48fa277 100644 (file)
@@ -4,6 +4,6 @@ SUBDIRS=\
     kernel \
     math3d \
     painting \
+    qopengl \
     text \
     util \
-
index 16bda68..e473463 100644 (file)
@@ -4,13 +4,14 @@ SUBDIRS=\
    qdrag \
    qevent \
    qfileopenevent \
-   qinputpanel \
    qguimetatype \
    qguivariant \
+   qinputpanel \
    qkeysequence \
    qmouseevent \
    qmouseevent_modal \
    qpalette \
+   qscreen \
    qshortcut \
    qtouchevent \
-
+   qwindow \
similarity index 71%
rename from tests/auto/qscreen/qscreen.pro
rename to tests/auto/gui/kernel/qscreen/qscreen.pro
index be3a898..4ed8eef 100644 (file)
@@ -5,3 +5,4 @@ QT += core-private gui-private testlib
 
 SOURCES  += tst_qscreen.cpp
 
+CONFIG += insignificant_test # QTBUG-22554
index 6c8e4ca..963cda1 100644 (file)
@@ -1,7 +1,6 @@
 TEMPLATE=subdirs
 SUBDIRS=\
     qgl \
-    qglthreads \
     qglbuffer \
     qglfunctions \
-
+    qglthreads \