Changeset 156280 in webkit


Ignore:
Timestamp:
Sep 23, 2013, 10:54:22 AM (12 years ago)
Author:
ap@apple.com
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.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r156273 r156280  
     12013-09-23  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Audio object garbage collection is incorrect (media/audio-garbage-collect.html test is flaky)
     4        https://bugs.webkit.org/show_bug.cgi?id=72698
     5
     6        Skipping the test. It frequently times out, and when it doesn't, that's only
     7        because if fails to detect incorrect behavior.
     8
     9        * TestExpectations:
     10
    1112013-09-23  Krzysztof Czech  <k.czech@samsung.com>
    212
  • trunk/LayoutTests/TestExpectations

    r156005 r156280  
    4848webkit.org/b/112521 [ Release ] webaudio/javascriptaudionode.html [ Pass Failure ]
    4949webkit.org/b/112521 [ Debug ] webaudio/javascriptaudionode.html [ Pass Crash ]
     50
     51# The test frequently times out, and is just unsuccessful at detecting incorrect behavior when it passes.
     52webkit.org/b/72698 media/audio-garbage-collect.html [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.