Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make Windows 7 Release (Tests) a core builder
We can probably make Windows XP Debug (Tests) a core builder, too, but we should probably give it a few more days of greenness first. Fixes <http://webkit.org/b/55665> Windows 7 Release (Tests) should be a core builder Reviewed by Sam Weinig. * Scripts/webkitpy/common/net/buildbot/buildbot.py: (BuildBot): Added a regexp to match Windows 7 Release (Tests). * Scripts/webkitpy/common/net/buildbot/buildbot_unittest.py: (BuildBotTest): Updated the list of builders to match the current list on build.webkit.org. Updated the core regexps to match the buildbot module. Updated the expected results to match the current set of core builders. Canonical link: https://commits.webkit.org/71000@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@81120 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
36 additions
and 9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -284,6 +284,7 @@ def __init__(self, host=default_host): | ||
"SnowLeopard.*\(WebKit2 Test", | ||
"Leopard.*Release", | ||
"Windows.*Build", | ||
"Windows.*Release.*\(Test", | ||
"WinCE", | ||
"EFL", | ||
"GTK.*32", | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters