Title: [100513] trunk/Tools
Revision
100513
Author
dpra...@chromium.org
Date
2011-11-16 15:02:01 -0800 (Wed, 16 Nov 2011)

Log Message

Revert r100509; change was committed twice (first time as r100491).
Unreviewed, build fix.

* Scripts/webkitpy/layout_tests/port/chromium_gpu.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (100512 => 100513)


--- trunk/Tools/ChangeLog	2011-11-16 22:57:29 UTC (rev 100512)
+++ trunk/Tools/ChangeLog	2011-11-16 23:02:01 UTC (rev 100513)
@@ -11,6 +11,13 @@
 
 2011-11-16  Dirk Pranke  <dpra...@chromium.org>
 
+        Revert r100509; change was committed twice (first time as r100491).
+        Unreviewed, build fix.
+
+        * Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
+
+2011-11-16  Dirk Pranke  <dpra...@chromium.org>
+
         Run a dummy test in the gpu configurations if there's nothing to do.
         https://bugs.webkit.org/show_bug.cgi?id=72498
 

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py (100512 => 100513)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py	2011-11-16 22:57:29 UTC (rev 100512)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py	2011-11-16 23:02:01 UTC (rev 100513)
@@ -100,14 +100,6 @@
             # dummy test. See https://bugs.webkit.org/show_bug.cgi?id=72498.
             paths = ['fast/html/article-element.html']
 
-        if not paths:
-            # FIXME: This is a hack until we can turn of the webkit_gpu
-            # tests on the bots. If paths is empty, test_files.find()
-            # finds *everything*. However, we have to return something,
-            # or NRWT thinks there's something wrong. So, we return a single
-            # dummy test. See https://bugs.webkit.org/show_bug.cgi?id=72498.
-            paths = ['fast/html/article-element.html']
-
     return set([port.relative_test_filename(f) for f in test_files.find(port, paths)])
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to