Title: [234758] trunk/Tools
Revision
234758
Author
[email protected]
Date
2018-08-10 09:31:51 -0700 (Fri, 10 Aug 2018)

Log Message

Timeouts in TestWebKitAPI.PreferredAudioBufferSize.AudioWithWebAudio and TestWebKitAPI.PreferredAudioBufferSize.WebAudio.
https://bugs.webkit.org/show_bug.cgi?id=188470.

Unreviewed test gardening, disabling the tests.

* TestWebKitAPI/Tests/WebKitCocoa/PreferredAudioBufferSize.mm:
(TEST_F):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (234757 => 234758)


--- trunk/Tools/ChangeLog	2018-08-10 16:26:13 UTC (rev 234757)
+++ trunk/Tools/ChangeLog	2018-08-10 16:31:51 UTC (rev 234758)
@@ -1,3 +1,13 @@
+2018-08-10  David Fenton  <[email protected]>
+
+        Timeouts in TestWebKitAPI.PreferredAudioBufferSize.AudioWithWebAudio and TestWebKitAPI.PreferredAudioBufferSize.WebAudio.
+        https://bugs.webkit.org/show_bug.cgi?id=188470.
+
+        Unreviewed test gardening, disabling the tests.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/PreferredAudioBufferSize.mm:
+        (TEST_F):
+
 2018-08-10  Joseph Pecoraro  <[email protected]>
 
         Eliminate remaining instances of "ElCapitan" from LayoutTests / Tools

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/PreferredAudioBufferSize.mm (234757 => 234758)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/PreferredAudioBufferSize.mm	2018-08-10 16:26:13 UTC (rev 234757)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/PreferredAudioBufferSize.mm	2018-08-10 16:31:51 UTC (rev 234758)
@@ -76,7 +76,7 @@
     EXPECT_EQ(4096, preferredAudioBufferSize());
 }
 
-TEST_F(PreferredAudioBufferSize, WebAudio)
+TEST_F(PreferredAudioBufferSize, DISABLED_WebAudio)
 {
     createView();
     [webView synchronouslyLoadTestPageNamed:@"web-audio-only"];
@@ -100,7 +100,7 @@
     EXPECT_EQ(4096, preferredAudioBufferSize());
 }
 
-TEST_F(PreferredAudioBufferSize, AudioWithWebAudio)
+TEST_F(PreferredAudioBufferSize, DISABLED_AudioWithWebAudio)
 {
     createView();
     [webView synchronouslyLoadTestPageNamed:@"audio-with-web-audio"];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to