Title: [100673] trunk/Tools
- Revision
- 100673
- Author
- [email protected]
- Date
- 2011-11-17 14:08:10 -0800 (Thu, 17 Nov 2011)
Log Message
Chromium Mac 10.5 CG dbg bots are failing to run webkit_gpu_tests
https://bugs.webkit.org/show_bug.cgi?id=72615
Reviewed by James Robinson.
* Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (100672 => 100673)
--- trunk/Tools/ChangeLog 2011-11-17 22:04:07 UTC (rev 100672)
+++ trunk/Tools/ChangeLog 2011-11-17 22:08:10 UTC (rev 100673)
@@ -1,3 +1,12 @@
+2011-11-17 Dirk Pranke <[email protected]>
+
+ Chromium Mac 10.5 CG dbg bots are failing to run webkit_gpu_tests
+ https://bugs.webkit.org/show_bug.cgi?id=72615
+
+ Reviewed by James Robinson.
+
+ * Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
+
2011-11-17 Simon Hausmann <[email protected]>
[Qt] Layer violation: qt_runtime.cpp accesses QWebElement and QTDRTNode
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py (100672 => 100673)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py 2011-11-17 22:04:07 UTC (rev 100672)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py 2011-11-17 22:08:10 UTC (rev 100673)
@@ -97,8 +97,8 @@
# 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']
+ # short directory. See https://bugs.webkit.org/show_bug.cgi?id=72498.
+ paths = ['fast/html']
return set([port.relative_test_filename(f) for f in test_files.find(port, paths)])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes