Title: [156280] trunk/LayoutTests
Revision
156280
Author
a...@apple.com
Date
2013-09-23 10:54:22 -0700 (Mon, 23 Sep 2013)

Log Message

Audio object garbage collection is incorrect (media/audio-garbage-collect.html test is flaky)
https://bugs.webkit.org/show_bug.cgi?id=72698

Skipping the test. It frequently times out, and when it doesn't, that's only
because if fails to detect incorrect behavior.

* TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (156279 => 156280)


--- trunk/LayoutTests/ChangeLog	2013-09-23 17:50:55 UTC (rev 156279)
+++ trunk/LayoutTests/ChangeLog	2013-09-23 17:54:22 UTC (rev 156280)
@@ -1,3 +1,13 @@
+2013-09-23  Alexey Proskuryakov  <a...@apple.com>
+
+        Audio object garbage collection is incorrect (media/audio-garbage-collect.html test is flaky)
+        https://bugs.webkit.org/show_bug.cgi?id=72698
+
+        Skipping the test. It frequently times out, and when it doesn't, that's only
+        because if fails to detect incorrect behavior.
+
+        * TestExpectations:
+
 2013-09-23  Krzysztof Czech  <k.cz...@samsung.com>
 
         [EFL] accessibility/aria-invalid is failing

Modified: trunk/LayoutTests/TestExpectations (156279 => 156280)


--- trunk/LayoutTests/TestExpectations	2013-09-23 17:50:55 UTC (rev 156279)
+++ trunk/LayoutTests/TestExpectations	2013-09-23 17:54:22 UTC (rev 156280)
@@ -47,3 +47,6 @@
 
 webkit.org/b/112521 [ Release ] webaudio/_javascript_audionode.html [ Pass Failure ]
 webkit.org/b/112521 [ Debug ] webaudio/_javascript_audionode.html [ Pass Crash ]
+
+# The test frequently times out, and is just unsuccessful at detecting incorrect behavior when it passes.
+webkit.org/b/72698 media/audio-garbage-collect.html [ Skip ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to