Title: [121716] trunk/Tools
- Revision
- 121716
- Author
- [email protected]
- Date
- 2012-07-02 18:24:18 -0700 (Mon, 02 Jul 2012)
Log Message
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:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (121715 => 121716)
--- trunk/Tools/ChangeLog 2012-07-03 01:21:13 UTC (rev 121715)
+++ trunk/Tools/ChangeLog 2012-07-03 01:24:18 UTC (rev 121716)
@@ -1,3 +1,12 @@
+2012-07-02 Adam Barth <[email protected]>
+
+ 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 <[email protected]>
[Chromium] Implement a Layout Test for editing/SurroundingText
Modified: trunk/Tools/EWSTools/cold-boot.sh (121715 => 121716)
--- trunk/Tools/EWSTools/cold-boot.sh 2012-07-03 01:21:13 UTC (rev 121715)
+++ trunk/Tools/EWSTools/cold-boot.sh 2012-07-03 01:24:18 UTC (rev 121716)
@@ -51,6 +51,9 @@
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
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes