Title: [120011] trunk/LayoutTests
Revision
120011
Author
[email protected]
Date
2012-06-11 15:05:36 -0700 (Mon, 11 Jun 2012)

Log Message

WebAudio tests need to set WebKitWebAudioEnabled.
https://bugs.webkit.org/show_bug.cgi?id=88624

Patch by Dongwoo Im <[email protected]> on 2012-06-11
Reviewed by Chris Rogers.

* webaudio/audiochannelmerger-basic.html: Set WebKitWebAudioEnabled by including 'audio-testing.js'.
* webaudio/audionode-connect-order.html: ditto.
* webaudio/biquadfilternode-basic.html: ditto.
* webaudio/delaynode-maxdelay.html: ditto.
* webaudio/delaynode-scheduling.html: ditto.
* webaudio/delaynode.html: ditto.
* webaudio/_javascript_audionode-downmix8-2channel-input.html: ditto.
* webaudio/_javascript_audionode-upmix2-8channel-input.html: ditto.
* webaudio/mediaelementaudiosourcenode-gc.html: ditto.
* webaudio/mediaelementaudiosourcenode.html: ditto.
* webaudio/realtimeanalyser-fft-sizing.html: ditto.
* webaudio/stereo2mono-down-mixing.html: ditto.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (120010 => 120011)


--- trunk/LayoutTests/ChangeLog	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/ChangeLog	2012-06-11 22:05:36 UTC (rev 120011)
@@ -1,3 +1,23 @@
+2012-06-11  Dongwoo Im  <[email protected]>
+
+        WebAudio tests need to set WebKitWebAudioEnabled.
+        https://bugs.webkit.org/show_bug.cgi?id=88624
+
+        Reviewed by Chris Rogers.
+
+        * webaudio/audiochannelmerger-basic.html: Set WebKitWebAudioEnabled by including 'audio-testing.js'.
+        * webaudio/audionode-connect-order.html: ditto.
+        * webaudio/biquadfilternode-basic.html: ditto.
+        * webaudio/delaynode-maxdelay.html: ditto.
+        * webaudio/delaynode-scheduling.html: ditto.
+        * webaudio/delaynode.html: ditto.
+        * webaudio/_javascript_audionode-downmix8-2channel-input.html: ditto.
+        * webaudio/_javascript_audionode-upmix2-8channel-input.html: ditto.
+        * webaudio/mediaelementaudiosourcenode-gc.html: ditto.
+        * webaudio/mediaelementaudiosourcenode.html: ditto.
+        * webaudio/realtimeanalyser-fft-sizing.html: ditto.
+        * webaudio/stereo2mono-down-mixing.html: ditto.
+
 2012-06-11  Ojan Vafai  <[email protected]>
 
         Last large slew of Chromium windows png rebaselines. See  http://crbug.com/131829 for more information.

Modified: trunk/LayoutTests/webaudio/audiochannelmerger-basic.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/audiochannelmerger-basic.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/audiochannelmerger-basic.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 </head>
 
 <body>

Modified: trunk/LayoutTests/webaudio/audionode-connect-order.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/audionode-connect-order.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/audionode-connect-order.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 </head>
 
 <body>
@@ -32,7 +33,6 @@
 
 function runTest() {
     if (window.layoutTestController) {
-        layoutTestController.overridePreference("WebKitWebAudioEnabled", "1");
         layoutTestController.dumpAsText();
         layoutTestController.waitUntilDone();
     }

Modified: trunk/LayoutTests/webaudio/biquadfilternode-basic.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/biquadfilternode-basic.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/biquadfilternode-basic.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 </head>
 
 <body>
@@ -16,7 +17,6 @@
 
 function runTest() {
     if (window.layoutTestController) {
-        layoutTestController.overridePreference("WebKitWebAudioEnabled", "1");
         layoutTestController.dumpAsText();
         layoutTestController.waitUntilDone();
     }

Modified: trunk/LayoutTests/webaudio/delaynode-maxdelay.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/delaynode-maxdelay.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/delaynode-maxdelay.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 <script src=""
 </head>
 
@@ -16,7 +17,6 @@
 
 function runTest() {
     if (window.layoutTestController) {
-        layoutTestController.overridePreference("WebKitWebAudioEnabled", "1");
         layoutTestController.dumpAsText();
         layoutTestController.waitUntilDone();
     }

Modified: trunk/LayoutTests/webaudio/delaynode-scheduling.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/delaynode-scheduling.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/delaynode-scheduling.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 <script src=""
 </head>
 
@@ -16,7 +17,6 @@
 
 function runTest() {
     if (window.layoutTestController) {
-        layoutTestController.overridePreference("WebKitWebAudioEnabled", "1");
         layoutTestController.dumpAsText();
         layoutTestController.waitUntilDone();
     }

Modified: trunk/LayoutTests/webaudio/delaynode.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/delaynode.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/delaynode.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 <script src=""
 </head>
 
@@ -16,7 +17,6 @@
 
 function runTest() {
     if (window.layoutTestController) {
-        layoutTestController.overridePreference("WebKitWebAudioEnabled", "1");
         layoutTestController.dumpAsText();
         layoutTestController.waitUntilDone();
     }

Modified: trunk/LayoutTests/webaudio/_javascript_audionode-downmix8-2channel-input.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/_javascript_audionode-downmix8-2channel-input.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/_javascript_audionode-downmix8-2channel-input.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 <script type="text/_javascript_" src=""
 </head>
 

Modified: trunk/LayoutTests/webaudio/_javascript_audionode-upmix2-8channel-input.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/_javascript_audionode-upmix2-8channel-input.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/_javascript_audionode-upmix2-8channel-input.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 <script type="text/_javascript_" src=""
 </head>
 

Modified: trunk/LayoutTests/webaudio/mediaelementaudiosourcenode-gc.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/mediaelementaudiosourcenode-gc.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/mediaelementaudiosourcenode-gc.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 </head>
 
 <body>
@@ -14,7 +15,6 @@
 
 function runTest() {
     if (window.layoutTestController) {
-        layoutTestController.overridePreference("WebKitWebAudioEnabled", "1");
         layoutTestController.dumpAsText();
     }
 

Modified: trunk/LayoutTests/webaudio/mediaelementaudiosourcenode.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/mediaelementaudiosourcenode.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/mediaelementaudiosourcenode.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 </head>
 
 <body>
@@ -16,7 +17,6 @@
 
 function runTest() {
     if (window.layoutTestController) {
-        layoutTestController.overridePreference("WebKitWebAudioEnabled", "1");
         layoutTestController.dumpAsText();
         layoutTestController.waitUntilDone();
     }

Modified: trunk/LayoutTests/webaudio/realtimeanalyser-fft-sizing.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/realtimeanalyser-fft-sizing.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/realtimeanalyser-fft-sizing.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 </head>
 
 <body>
@@ -13,7 +14,6 @@
 description("Test that re-sizing the FFT arrays does not fail.");
 
 if (window.layoutTestController) {
-    layoutTestController.overridePreference("WebKitWebAudioEnabled", "1");
     layoutTestController.dumpAsText();
     layoutTestController.waitUntilDone();
 }

Modified: trunk/LayoutTests/webaudio/stereo2mono-down-mixing.html (120010 => 120011)


--- trunk/LayoutTests/webaudio/stereo2mono-down-mixing.html	2012-06-11 22:04:07 UTC (rev 120010)
+++ trunk/LayoutTests/webaudio/stereo2mono-down-mixing.html	2012-06-11 22:05:36 UTC (rev 120011)
@@ -3,6 +3,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 </head>
 
 <body>
@@ -42,7 +43,6 @@
 
 function runTest() {
     if (window.layoutTestController) {
-        layoutTestController.overridePreference("WebKitWebAudioEnabled", "1");
         layoutTestController.dumpAsText();
         layoutTestController.waitUntilDone();
     }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to