From: abarth@webkit.org Date: Tue, 3 Jul 2012 01:24:18 +0000 (+0000) Subject: Remove flashplugin-installer from the EWS image because it causes some tests to crash X-Git-Tag: 070512121124~180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d2486aba243154304d68367bae8622ce42d010e;p=profile%2Fivi%2Fwebkit-efl.git Remove flashplugin-installer from the EWS image because it causes some tests to crash https://bugs.webkit.org/show_bug.cgi?id=90403 Reviewed by Tony Chang. * EWSTools/cold-boot.sh: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121716 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Tools/ChangeLog b/Tools/ChangeLog index 0773e3b..e3a9c25 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,12 @@ +2012-07-02 Adam Barth + + Remove flashplugin-installer from the EWS image because it causes some tests to crash + https://bugs.webkit.org/show_bug.cgi?id=90403 + + Reviewed by Tony Chang. + + * EWSTools/cold-boot.sh: + 2012-07-02 Leandro Gracia Gil [Chromium] Implement a Layout Test for editing/SurroundingText diff --git a/Tools/EWSTools/cold-boot.sh b/Tools/EWSTools/cold-boot.sh index 1fce2bd..5cf6258 100755 --- a/Tools/EWSTools/cold-boot.sh +++ b/Tools/EWSTools/cold-boot.sh @@ -51,6 +51,9 @@ curl http://src.chromium.org/svn/trunk/src/build/install-build-deps.sh > install bash install-build-deps.sh --no-prompt sudo apt-get install xvfb screen zip -y +# install-build-deps.sh will install flashplugin-installer, which causes some plug-in tests to crash. +sudo apt-get remove flashplugin-installer -y + cd /mnt sudo mkdir -p git sudo chown $USER git