Title: [159130] trunk/Tools
- Revision
- 159130
- Author
- [email protected]
- Date
- 2013-11-12 11:40:14 -0800 (Tue, 12 Nov 2013)
Log Message
After http://trac.webkit.org/changeset/159109, update
rebaseline_unittest to use the new GTK bot names.
* Scripts/webkitpy/tool/commands/rebaseline_unittest.py:
(TestRebaselineTest.test_baseline_directory):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (159129 => 159130)
--- trunk/Tools/ChangeLog 2013-11-12 19:24:01 UTC (rev 159129)
+++ trunk/Tools/ChangeLog 2013-11-12 19:40:14 UTC (rev 159130)
@@ -1,3 +1,11 @@
+2013-11-12 Tim Horton <[email protected]>
+
+ After http://trac.webkit.org/changeset/159109, update
+ rebaseline_unittest to use the new GTK bot names.
+
+ * Scripts/webkitpy/tool/commands/rebaseline_unittest.py:
+ (TestRebaselineTest.test_baseline_directory):
+
2013-11-12 Denis Nomiyama <[email protected]>
[GTK] Update GTK builders in Tools/Scripts/webkitpy/port/builders.py
Modified: trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py (159129 => 159130)
--- trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py 2013-11-12 19:24:01 UTC (rev 159129)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py 2013-11-12 19:40:14 UTC (rev 159130)
@@ -92,8 +92,8 @@
self.assertMultiLineEqual(command._baseline_directory("Apple MountainLion Release WK2 (Tests)"), "/mock-checkout/LayoutTests/platform/mac-wk2")
self.assertMultiLineEqual(command._baseline_directory("Apple Mavericks Release WK1 (Tests)"), "/mock-checkout/LayoutTests/platform/mac")
self.assertMultiLineEqual(command._baseline_directory("Apple Mavericks Release WK2 (Tests)"), "/mock-checkout/LayoutTests/platform/mac-wk2")
- self.assertMultiLineEqual(command._baseline_directory("GTK Linux 64-bit Debug"), "/mock-checkout/LayoutTests/platform/gtk-wk1")
- self.assertMultiLineEqual(command._baseline_directory("GTK Linux 64-bit Release WK2 (Tests)"), "/mock-checkout/LayoutTests/platform/gtk-wk2")
+ self.assertMultiLineEqual(command._baseline_directory("GTK Linux 64-bit Debug WK1"), "/mock-checkout/LayoutTests/platform/gtk-wk1")
+ self.assertMultiLineEqual(command._baseline_directory("GTK Linux 64-bit Release WK1 (Tests)"), "/mock-checkout/LayoutTests/platform/gtk-wk1")
self.assertMultiLineEqual(command._baseline_directory("EFL Linux 64-bit Release WK2"), "/mock-checkout/LayoutTests/platform/efl-wk2")
def test_rebaseline_updates_expectations_file_noop(self):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes