diff options
Diffstat (limited to 'WebKitTools/Scripts/webkitpy/common/net/buildbot_unittest.py')
-rw-r--r-- | WebKitTools/Scripts/webkitpy/common/net/buildbot_unittest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKitTools/Scripts/webkitpy/common/net/buildbot_unittest.py b/WebKitTools/Scripts/webkitpy/common/net/buildbot_unittest.py index 8fb4c2c..b48f0e4 100644 --- a/WebKitTools/Scripts/webkitpy/common/net/buildbot_unittest.py +++ b/WebKitTools/Scripts/webkitpy/common/net/buildbot_unittest.py @@ -257,6 +257,7 @@ class BuildBotTest(unittest.TestCase): {'name': u'Leopard Intel Debug (Tests)', }, {'name': u'SnowLeopard Intel Release (Build)', }, {'name': u'SnowLeopard Intel Release (Tests)', }, + {'name': u'SnowLeopard Intel Release (WebKit2 Tests)', }, {'name': u'SnowLeopard Intel Leaks', }, {'name': u'Windows Release (Build)', }, {'name': u'Windows Release (Tests)', }, @@ -282,7 +283,7 @@ class BuildBotTest(unittest.TestCase): ] name_regexps = [ "SnowLeopard.*Build", - "SnowLeopard.*Test", + "SnowLeopard.*\(Test", "Leopard", "Tiger", "Windows.*Build", |