Title: [205394] trunk/Tools
Revision
205394
Author
[email protected]
Date
2016-09-02 22:24:13 -0700 (Fri, 02 Sep 2016)

Log Message

Unreviewed. Fix archive-built-product step in GTK+ bots after r205280.

* BuildSlaveSupport/built-product-archive:
(archiveBuiltProduct): Do not copy to the archive the files needed to run GObject DOM bindings API breaks tests
that no longer exist.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/built-product-archive (205393 => 205394)


--- trunk/Tools/BuildSlaveSupport/built-product-archive	2016-09-03 02:11:52 UTC (rev 205393)
+++ trunk/Tools/BuildSlaveSupport/built-product-archive	2016-09-03 05:24:13 UTC (rev 205394)
@@ -196,13 +196,6 @@
             if dirContainsdwo(objectDir):
                 neededDirectories.append(objectDir)
 
-        # On GTK we need this for the WebKit GObject DOM bindings API break test
-        if platform == 'gtk':
-            neededDirectories.append("DerivedSources/webkitdom")
-            webkitdomFile = os.path.join(_configurationBuildDirectory, 'gtkdoc-webkitdom.cfg')
-            if subprocess.call('cp %s %s' % (webkitdomFile, thinDirectory), shell=True):
-                return 1
-
         for dirname in neededDirectories:
             fromDir = os.path.join(_configurationBuildDirectory, dirname, '.')
             toDir = os.path.join(thinDirectory, dirname)

Modified: trunk/Tools/ChangeLog (205393 => 205394)


--- trunk/Tools/ChangeLog	2016-09-03 02:11:52 UTC (rev 205393)
+++ trunk/Tools/ChangeLog	2016-09-03 05:24:13 UTC (rev 205394)
@@ -1,3 +1,11 @@
+2016-09-02  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix archive-built-product step in GTK+ bots after r205280.
+
+        * BuildSlaveSupport/built-product-archive:
+        (archiveBuiltProduct): Do not copy to the archive the files needed to run GObject DOM bindings API breaks tests
+        that no longer exist.
+
 2016-09-02  Alex Christensen  <[email protected]>
 
         URLParser should parse file URLs
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to