Title: [221737] trunk/Tools
- Revision
- 221737
- Author
- [email protected]
- Date
- 2017-09-07 09:43:10 -0700 (Thu, 07 Sep 2017)
Log Message
[Win] Dashboard test is failing.
https://bugs.webkit.org/show_bug.cgi?id=176527
Reviewed by Brent Fulgham.
Skip test on Windows since WebKitTestRunner is required, but not built on Windows.
* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(TestFactory.__init__):
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (221736 => 221737)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2017-09-07 16:40:31 UTC (rev 221736)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2017-09-07 16:43:10 UTC (rev 221737)
@@ -921,7 +921,8 @@
self.addStep(RunPerlTests())
self.addStep(RunBindingsTests())
self.addStep(RunBuiltinsTests())
- self.addStep(RunDashboardTests())
+ if platform != 'win'
+ self.addStep(RunDashboardTests())
if self.LayoutTestClass:
self.addStep(ArchiveTestResults())
self.addStep(UploadTestResults())
Modified: trunk/Tools/ChangeLog (221736 => 221737)
--- trunk/Tools/ChangeLog 2017-09-07 16:40:31 UTC (rev 221736)
+++ trunk/Tools/ChangeLog 2017-09-07 16:43:10 UTC (rev 221737)
@@ -1,3 +1,15 @@
+2017-09-07 Per Arne Vollan <[email protected]>
+
+ [Win] Dashboard test is failing.
+ https://bugs.webkit.org/show_bug.cgi?id=176527
+
+ Reviewed by Brent Fulgham.
+
+ Skip test on Windows since WebKitTestRunner is required, but not built on Windows.
+
+ * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+ (TestFactory.__init__):
+
2017-09-07 Adrian Perez de Castro <[email protected]>
[WPE][CMake] Add "dist" and "distcheck" targets
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes