Changeset 167309 in webkit


Ignore:
Timestamp:
Apr 15, 2014 9:29:16 AM (10 years ago)
Author:
ap@apple.com
Message:

ScriptProcessorNode is garbage collected while still active if unreachable (breaks multiple webaudio test)
https://bugs.webkit.org/show_bug.cgi?id=112521

  • TestExpectations: Updated bug number, added webaudio/audioprocessingevent.html,

and removed a spurious additional webaudio/javascriptaudionode-downmix8-2channel-input.html line.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r167304 r167309  
     12014-04-15  Alexey Proskuryakov  <ap@apple.com>
     2
     3        ScriptProcessorNode is garbage collected while still active if unreachable (breaks multiple webaudio test)
     4        https://bugs.webkit.org/show_bug.cgi?id=112521
     5
     6        * TestExpectations: Updated bug number, added webaudio/audioprocessingevent.html,
     7        and removed a spurious additional webaudio/javascriptaudionode-downmix8-2channel-input.html line.
     8
    192014-04-15  Alexey Proskuryakov  <ap@apple.com>
    210
  • trunk/LayoutTests/TestExpectations

    r166727 r167309  
    2828
    2929webkit.org/b/112521 [ Release ] webaudio/javascriptaudionode.html [ Pass Failure ]
    30 webkit.org/b/112521 [ Debug ] webaudio/javascriptaudionode.html [ Pass Crash ]
    31 webkit.org/b/120148 [ Release ] webaudio/javascriptaudionode-upmix2-8channel-input.html [ Pass Failure ]
    32 webkit.org/b/120148 [ Debug ] webaudio/javascriptaudionode-upmix2-8channel-input.html [ Pass Crash ]
    33 webkit.org/b/120148 [ Release ] webaudio/javascriptaudionode-downmix8-2channel-input.html [ Pass Failure ]
    34 webkit.org/b/120148 [ Debug ] webaudio/javascriptaudionode-downmix8-2channel-input.html [ Pass Crash ]
     30webkit.org/b/112521 [ Debug ] webaudio/javascriptaudionode.html [ Skip ]
     31webkit.org/b/112521 [ Release ] webaudio/javascriptaudionode-upmix2-8channel-input.html [ Pass Failure ]
     32webkit.org/b/112521 [ Debug ] webaudio/javascriptaudionode-upmix2-8channel-input.html [ Skip ]
     33webkit.org/b/112521 [ Release ] webaudio/javascriptaudionode-downmix8-2channel-input.html [ Pass Failure ]
     34webkit.org/b/112521 [ Debug ] webaudio/javascriptaudionode-downmix8-2channel-input.html [ Skip ]
     35webkit.org/b/112521 [ Release ] webaudio/audioprocessingevent.html [ Pass Failure ]
     36webkit.org/b/112521 [ Debug ] webaudio/audioprocessingevent.html [ Skip ]
    3537
    3638webkit.org/b/124342 fast/hidpi/image-srcset-svg-canvas.html [ ImageOnlyFailure ]
     
    3840webkit.org/b/124349 fast/hidpi/image-srcset-relative-svg-canvas-2x.html [ ImageOnlyFailure ]
    3941webkit.org/b/124349 fast/hidpi/image-srcset-relative-svg-canvas.html [ ImageOnlyFailure ]
    40 
    41 webaudio/javascriptaudionode-downmix8-2channel-input.html
    4242
    4343# The test frequently times out, and is just unsuccessful at detecting incorrect behavior when it passes.
Note: See TracChangeset for help on using the changeset viewer.