Title: [159182] trunk/Tools
- Revision
- 159182
- Author
- [email protected]
- Date
- 2013-11-13 03:07:57 -0800 (Wed, 13 Nov 2013)
Log Message
Unreviewed GTK gardening. Updated rebaseline unit tests to include WK2 bot.
* Scripts/webkitpy/tool/commands/rebaseline_unittest.py:
(TestRebaselineTest.test_baseline_directory): Updated.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (159181 => 159182)
--- trunk/Tools/ChangeLog 2013-11-13 10:02:00 UTC (rev 159181)
+++ trunk/Tools/ChangeLog 2013-11-13 11:07:57 UTC (rev 159182)
@@ -1,3 +1,10 @@
+2013-11-13 Mario Sanchez Prada <[email protected]>
+
+ Unreviewed GTK gardening. Updated rebaseline unit tests to include WK2 bot.
+
+ * Scripts/webkitpy/tool/commands/rebaseline_unittest.py:
+ (TestRebaselineTest.test_baseline_directory): Updated.
+
2013-11-13 Krzysztof Czech <[email protected]>
[ATK] Support compilation of EFL/GTK without accessibility
Modified: trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py (159181 => 159182)
--- trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py 2013-11-13 10:02:00 UTC (rev 159181)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py 2013-11-13 11:07:57 UTC (rev 159182)
@@ -94,6 +94,7 @@
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 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("GTK Linux 64-bit Release"), "/mock-checkout/LayoutTests/platform/gtk-wk2")
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