https://bugs.webkit.org/show_bug.cgi?id=80503
Rubber-stamped by Simon Hausmann.
* Source/tests.pri:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110288
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-09 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Disable WebGL performance tests temporarily.
+ https://bugs.webkit.org/show_bug.cgi?id=80503
+
+ Rubber-stamped by Simon Hausmann.
+
+ * Source/tests.pri:
+
2012-03-09 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r110191, r110202, and r110279.
$$WEBKIT_TESTS_DIR/benchmarks/painting \
$$WEBKIT_TESTS_DIR/benchmarks/loading
-contains(DEFINES, ENABLE_WEBGL=1) {
- SUBDIRS += $$WEBKIT_TESTS_DIR/benchmarks/webgl
-}
+# WebGL performance tests are disabled temporarily.
+# https://bugs.webkit.org/show_bug.cgi?id=80503
+#
+#contains(DEFINES, ENABLE_WEBGL=1) {
+# SUBDIRS += $$WEBKIT_TESTS_DIR/benchmarks/webgl
+#}
!no_webkit2 {
WEBKIT2_TESTS_DIR = $$PWD/WebKit2/UIProcess/API/qt/tests