Changeset 166829 in webkit


Ignore:
Timestamp:
Apr 5, 2014, 1:19:51 AM (11 years ago)
Author:
ap@apple.com
Message:

WebProcess freezes after fast/forms/form-associated-element-crash3.html test
https://bugs.webkit.org/show_bug.cgi?id=122130

fast/forms/form-associated-element-crash.html often times out on Mavericks WK1
https://bugs.webkit.org/show_bug.cgi?id=124593

With underlying bug having been fixed in OS X 10.9.2, removing expectations
for form-associated-element tests that were affected by it.

I'm not sure if Mountain Lion was affected, let's see if tests start to fail there.

  • platform/mac-wk2/TestExpectations:
  • platform/mac/TestExpectations:
  • platform/wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r166817 r166829  
     12014-04-05  Alexey Proskuryakov  <ap@apple.com>
     2
     3        WebProcess freezes after fast/forms/form-associated-element-crash3.html test
     4        https://bugs.webkit.org/show_bug.cgi?id=122130
     5
     6        fast/forms/form-associated-element-crash.html often times out on Mavericks WK1
     7        https://bugs.webkit.org/show_bug.cgi?id=124593
     8
     9        With underlying bug having been fixed in OS X 10.9.2, removing expectations
     10        for form-associated-element tests that were affected by it.
     11
     12        I'm not sure if Mountain Lion was affected, let's see if tests start to fail there.
     13
     14        * platform/mac-wk2/TestExpectations:
     15        * platform/mac/TestExpectations:
     16        * platform/wk2/TestExpectations:
     17
    1182014-04-04  James Craig  <jcraig@apple.com>
    219
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r166074 r166829  
    423423[ Mavericks ] http/tests/security/xss-DENIED-xsl-document-redirect.xml [ Failure ]
    424424
    425 # <rdar://problem/15171108>
    426 [ Mavericks ] fast/forms/form-associated-element-removal.html [ Crash Pass ]
    427 
    428425# test results in DRT don't match in browser behavior, test seems broken
    429426fast/dom/Window/mozilla-focus-blur.html [ Failure ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r166809 r166829  
    12441244webkit.org/b/124424 webgl/1.0.2/conformance/ogles/GL/tan/tan_001_to_006.html [ Pass Failure ]
    12451245
    1246 webkit.org/b/124593 fast/forms/form-associated-element-crash.html [ Pass Timeout ]
    1247 
    12481246webkit.org/b/121646 webaudio/delaynode-max-default-delay.html [ Pass Failure ]
    12491247
  • trunk/LayoutTests/platform/wk2/TestExpectations

    r166396 r166829  
    537537fast/forms/input-align.html
    538538
    539 # WebProcess sometimes terminates when running these tests
    540 fast/forms/form-associated-element-crash.html
    541 
    542539# New history tests added in r76205 fail on WebKit2 (perhaps the change
    543540# as coded doesn't affect both processes for WebKit2)
     
    555552transitions/min-max-width-height-transitions.html
    556553transitions/text-indent-transition.html
    557 
    558 # This tests causes the next test to crash the WebProcess (probably a reset timeout)
    559 fast/forms/form-associated-element-crash2.html
    560554
    561555# These storage tests fail in WebKit2 on the bot, but not running locally
Note: See TracChangeset for help on using the changeset viewer.