From 270e0dc7a19c9debfdfe9bb1bcfadc037ae08616 Mon Sep 17 00:00:00 2001 From: "sergio@webkit.org" Date: Wed, 4 Jul 2012 11:06:47 +0000 Subject: [PATCH] [WK2] [GTK] WK2 testing bot unable to find the InjectedBundle library https://bugs.webkit.org/show_bug.cgi?id=90541 Reviewed by Carlos Garcia Campos. We must add the contents of WebKitBuild/*/Libraries/ directory to the file to be uploaded to b.w.o to successfully run WebKit2 tests in the WebKit2 testing bot. * BuildSlaveSupport/built-product-archive: (archiveBuiltProduct): appended Libraries to the list of neededDirectories. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121840 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Tools/BuildSlaveSupport/built-product-archive | 2 +- Tools/ChangeLog | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Tools/BuildSlaveSupport/built-product-archive b/Tools/BuildSlaveSupport/built-product-archive index 7f86a5b..d5d7ed4 100644 --- a/Tools/BuildSlaveSupport/built-product-archive +++ b/Tools/BuildSlaveSupport/built-product-archive @@ -144,7 +144,7 @@ def archiveBuiltProduct(configuration, platform): if platform == 'qt' or platform == 'efl': neededDirectories = ["bin", "lib"] elif platform == 'gtk': - neededDirectories = ["Programs", ".libs"] + neededDirectories = ["Programs", ".libs", "Libraries"] for dirname in neededDirectories: fromDir = os.path.join(configurationBuildDirectory, dirname, "*") diff --git a/Tools/ChangeLog b/Tools/ChangeLog index 422255e..1202382 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,5 +1,20 @@ 2012-07-04 Sergio Villar Senin + [WK2] [GTK] WK2 testing bot unable to find the InjectedBundle library + https://bugs.webkit.org/show_bug.cgi?id=90541 + + Reviewed by Carlos Garcia Campos. + + We must add the contents of WebKitBuild/*/Libraries/ directory to + the file to be uploaded to b.w.o to successfully run WebKit2 tests + in the WebKit2 testing bot. + + * BuildSlaveSupport/built-product-archive: + (archiveBuiltProduct): appended Libraries to the list of + neededDirectories. + +2012-07-04 Sergio Villar Senin + [GTK] WebKit2 testing bot unable to find the build directory https://bugs.webkit.org/show_bug.cgi?id=90523 -- 2.7.4