Title: [159815] trunk/Tools
- Revision
- 159815
- Author
- [email protected]
- Date
- 2013-11-27 07:55:18 -0800 (Wed, 27 Nov 2013)
Log Message
run_webkit_tests.py: error: no such option: --wincairo
https://bugs.webkit.org/show_bug.cgi?id=124927
Patch by Jozsef Berta <[email protected]> on 2013-11-27
Reviewed by Ryosuke Niwa.
* BuildSlaveSupport/build.webkit.org-config/config.json: The run_webkit_tests.py doesn't supports
the layout testing on wincairo, so it is turned off.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (159814 => 159815)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2013-11-27 15:10:25 UTC (rev 159814)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2013-11-27 15:55:18 UTC (rev 159815)
@@ -158,7 +158,7 @@
"slavenames": ["gtk-linux-slave-4"]
},
{
- "name": "WinCairo Release", "type": "BuildAndTest", "builddir": "win-cairo-release",
+ "name": "WinCairo Release", "type": "BuildAndNonLayoutTest", "builddir": "win-cairo-release",
"platform": "wincairo", "configuration": "release", "architectures": ["i386"],
"slavenames": ["wincairo-1"]
},
Modified: trunk/Tools/ChangeLog (159814 => 159815)
--- trunk/Tools/ChangeLog 2013-11-27 15:10:25 UTC (rev 159814)
+++ trunk/Tools/ChangeLog 2013-11-27 15:55:18 UTC (rev 159815)
@@ -1,3 +1,13 @@
+2013-11-27 Jozsef Berta <[email protected]>
+
+ run_webkit_tests.py: error: no such option: --wincairo
+ https://bugs.webkit.org/show_bug.cgi?id=124927
+
+ Reviewed by Ryosuke Niwa.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json: The run_webkit_tests.py doesn't supports
+ the layout testing on wincairo, so it is turned off.
+
2013-11-26 Marcelo Lira <[email protected]>
Nix upstreaming - Adding build files and supporting scripts
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes