benchmarks: Skip compilation of (and mark with FIXME) a few benchmarks that don't...
authorRobin Burchell <robin.burchell@jollamobile.com>
Mon, 11 Aug 2014 10:41:00 +0000 (12:41 +0200)
committerRobin Burchell <robin.burchell@viroteck.net>
Tue, 12 Aug 2014 08:49:29 +0000 (10:49 +0200)
Change-Id: I4d2e9bf3a520636c568a6b58e311994693446c97
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
tests/benchmarks/qml/js/js.pro
tests/benchmarks/qml/qml.pro

index b1448d8..7711e71 100644 (file)
@@ -1,7 +1,7 @@
 TEMPLATE = subdirs
 SUBDIRS = \
         qjsengine \
-        qjsvalue \
+#        qjsvalue \ ### FIXME: doesn't build
         qjsvalueiterator \
 
 TRUSTED_BENCHMARKS += \
index 3f2772c..9c7583c 100644 (file)
@@ -10,7 +10,7 @@ SUBDIRS += \
            qqmlcomponent \
            qqmlimage \
            qqmlmetaproperty \
-           script \
+#            script \ ### FIXME: doesn't build
            qmltime \
            js \
            qquickwindow