Remove flashplugin-installer from the EWS image because it causes some tests to crash
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jul 2012 01:24:18 +0000 (01:24 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Jul 2012 01:24:18 +0000 (01:24 +0000)
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

Tools/ChangeLog
Tools/EWSTools/cold-boot.sh

index 0773e3b..e3a9c25 100644 (file)
@@ -1,3 +1,12 @@
+2012-07-02  Adam Barth  <abarth@webkit.org>
+
+        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  <leandrogracia@chromium.org>
 
         [Chromium] Implement a Layout Test for editing/SurroundingText
index 1fce2bd..5cf6258 100755 (executable)
@@ -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