Title: [110990] trunk/Tools
- Revision
- 110990
- Author
- [email protected]
- Date
- 2012-03-16 05:14:31 -0700 (Fri, 16 Mar 2012)
Log Message
check-webkit-style fails on LayoutTests/platform/efl/test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=81007
Patch by Kishore Bolisetty <[email protected]> on 2012-03-16
Reviewed by Adam Barth.
A dedidcated build slave is available for efl on build.webkit.org.
This change add's an entry for the elf port in list of available port builders.
This is required because test_expectations.py when triggered, looks for a valid port object for the specified port.
* Scripts/webkitpy/layout_tests/port/builders.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (110989 => 110990)
--- trunk/Tools/ChangeLog 2012-03-16 11:55:32 UTC (rev 110989)
+++ trunk/Tools/ChangeLog 2012-03-16 12:14:31 UTC (rev 110990)
@@ -1,3 +1,16 @@
+2012-03-16 Kishore Bolisetty <[email protected]>
+
+ check-webkit-style fails on LayoutTests/platform/efl/test_expectations.txt
+ https://bugs.webkit.org/show_bug.cgi?id=81007
+
+ Reviewed by Adam Barth.
+
+ A dedidcated build slave is available for efl on build.webkit.org.
+ This change add's an entry for the elf port in list of available port builders.
+ This is required because test_expectations.py when triggered, looks for a valid port object for the specified port.
+
+ * Scripts/webkitpy/layout_tests/port/builders.py:
+
2012-03-16 Adam Barth <[email protected]>
[webkitpy] StatusServer.next_work_item has an incorrectly named local variable
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/builders.py (110989 => 110990)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/builders.py 2012-03-16 11:55:32 UTC (rev 110989)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/builders.py 2012-03-16 12:14:31 UTC (rev 110990)
@@ -60,6 +60,7 @@
"Qt Linux Release": {"port_name": "qt-linux", "specifiers": set(["win", "linux", "mac"])},
"Windows XP Debug (Tests)": {"port_name": "win-xp", "specifiers": set(["win"])},
"Windows 7 Release (WebKit2 Tests)": {"port_name": "win-future-wk2", "specifiers": set(["wk2"])},
+ "EFL Linux Release": {"port_name": "efl", "specifiers": set(["efl"])},
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes