Title: [117003] trunk/Tools
Revision
117003
Author
[email protected]
Date
2012-05-14 14:28:37 -0700 (Mon, 14 May 2012)

Log Message

Unreviewed, rolling out r116981.
http://trac.webkit.org/changeset/116981
https://bugs.webkit.org/show_bug.cgi?id=86402

Caused compositing and mathml tests to fail. (Requested by
rakuco on #webkit).

Patch by Sheriff Bot <[email protected]> on 2012-05-14

* Scripts/webkitpy/layout_tests/port/efl.py:
(EflPort._path_to_webcore_library):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (117002 => 117003)


--- trunk/Tools/ChangeLog	2012-05-14 21:25:09 UTC (rev 117002)
+++ trunk/Tools/ChangeLog	2012-05-14 21:28:37 UTC (rev 117003)
@@ -1,3 +1,15 @@
+2012-05-14  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r116981.
+        http://trac.webkit.org/changeset/116981
+        https://bugs.webkit.org/show_bug.cgi?id=86402
+
+        Caused compositing and mathml tests to fail. (Requested by
+        rakuco on #webkit).
+
+        * Scripts/webkitpy/layout_tests/port/efl.py:
+        (EflPort._path_to_webcore_library):
+
 2012-05-14  Dirk Pranke  <[email protected]>
 
         Fix regressions in garden-o-matic after r116988.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/efl.py (117002 => 117003)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/efl.py	2012-05-14 21:25:09 UTC (rev 117002)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/efl.py	2012-05-14 21:28:37 UTC (rev 117003)
@@ -68,8 +68,8 @@
         return [self._jhbuild_wrapper_path] + super(EflPort, self)._image_diff_command(*args, **kwargs)
 
     def _path_to_webcore_library(self):
-        static_path = self._build_path('lib', 'libwebcore_efl.a')
-        dyn_path = self._build_path('lib', 'libwebcore_efl.so')
+        static_path = self._build_path('WebCore', 'libwebcore_efl.a')
+        dyn_path = self._build_path('WebCore', 'libwebcore_efl.so')
         return static_path if self._filesystem.exists(static_path) else dyn_path
 
     def show_results_html_file(self, results_filename):
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to