Title: [125546] trunk/Tools
Revision
125546
Author
ser...@webkit.org
Date
2012-08-14 04:46:56 -0700 (Tue, 14 Aug 2012)

Log Message

[WK2] [GTK] Plugin tests failing in WK2 bot
https://bugs.webkit.org/show_bug.cgi?id=93954

Reviewed by Carlos Garcia Campos.

Plugin tests are failing in the WK2 bot because we aren't exporting
the Netscape plugin when creating the product archive.

* BuildSlaveSupport/built-product-archive: added TestNetscapePlugin
to the list of directories to export.
(archiveBuiltProduct):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/built-product-archive (125545 => 125546)


--- trunk/Tools/BuildSlaveSupport/built-product-archive	2012-08-14 11:43:44 UTC (rev 125545)
+++ trunk/Tools/BuildSlaveSupport/built-product-archive	2012-08-14 11:46:56 UTC (rev 125546)
@@ -145,7 +145,7 @@
         if platform == 'qt' or platform == 'efl':
             neededDirectories = ["bin", "lib"]
         elif platform == 'gtk':
-            neededDirectories = ["Programs", ".libs", "Libraries"]
+            neededDirectories = ["Programs", ".libs", "Libraries", "TestNetscapePlugin"]
 
         for dirname in neededDirectories:
             fromDir = os.path.join(configurationBuildDirectory, dirname, ".")

Modified: trunk/Tools/ChangeLog (125545 => 125546)


--- trunk/Tools/ChangeLog	2012-08-14 11:43:44 UTC (rev 125545)
+++ trunk/Tools/ChangeLog	2012-08-14 11:46:56 UTC (rev 125546)
@@ -1,3 +1,17 @@
+2012-08-14  Sergio Villar Senin  <svil...@igalia.com>
+
+        [WK2] [GTK] Plugin tests failing in WK2 bot
+        https://bugs.webkit.org/show_bug.cgi?id=93954
+
+        Reviewed by Carlos Garcia Campos.
+
+        Plugin tests are failing in the WK2 bot because we aren't exporting
+        the Netscape plugin when creating the product archive.
+
+        * BuildSlaveSupport/built-product-archive: added TestNetscapePlugin
+        to the list of directories to export.
+        (archiveBuiltProduct):
+
 2012-08-14  Peter Beverloo  <pe...@chromium.org>
 
         [Chromium] Fix apk generation for the Android platform
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to