Changeset 179798 in webkit


Ignore:
Timestamp:
Feb 8, 2015 11:11:41 AM (9 years ago)
Author:
ap@apple.com
Message:

Application cache abort() tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=87633

Moved expectations form Efl to root TestExpectations file. Also, removed Crash
expectation, as no bot hits that now.

Removed an erroneously added expectation for abort-cache-onchecking-resource-404.html -
this test doesn't happen to fail on the bots, although it also doesn't appear to
be very robust.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r179797 r179798  
     12015-02-08  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Application cache abort() tests are flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=87633
     5
     6        Moved expectations form Efl to root TestExpectations file. Also, removed Crash
     7        expectation, as no bot hits that now.
     8
     9        Removed an erroneously added expectation for abort-cache-onchecking-resource-404.html -
     10        this test doesn't happen to fail on the bots, although it also doesn't appear to
     11        be very robust.
     12
     13        * TestExpectations:
     14        * platform/efl/TestExpectations:
     15
    1162015-02-08  Alexey Proskuryakov  <ap@apple.com>
    217
  • trunk/LayoutTests/TestExpectations

    r179797 r179798  
    473473webkit.org/b/141267 http/tests/misc/detached-frame-console.html [ Pass Failure ]
    474474
    475 # This test is intrinsically unreliable. Keeping it to check that none of the code paths it hits causes a crash.
    476 webkit.org/b/141368 http/tests/appcache/abort-cache-onchecking-resource-404.html [ Pass Failure ]
     475# Aborting application cache abort tests are intrinsically flaky.
     476webkit.org/b/87633 http/tests/appcache/abort-cache-onchecking-manifest-404.html [ Pass Failure ]
     477webkit.org/b/87633 http/tests/appcache/abort-cache-ondownloading-resource-404.html [ Pass Failure ]
  • trunk/LayoutTests/platform/efl/TestExpectations

    r179733 r179798  
    601601webkit.org/b/108340 fast/layers/no-clipping-overflow-hidden-hardware-acceleration.html [ ImageOnlyFailure Pass ]
    602602
    603 # Aborting application cache downloads is flaky.
    604 webkit.org/b/87633 http/tests/appcache/abort-cache-onchecking-manifest-404.html [ Crash Pass ]
    605 webkit.org/b/87633 http/tests/appcache/abort-cache-ondownloading-resource-404.html [ Crash Failure Pass ]
    606 
    607603# Tests that sometimes fail on the bot (for GTK and Chromium ports as well).
    608604webkit.org/b/77631 fast/multicol/span/span-as-immediate-child-property-removal.html [ Failure Pass ]
Note: See TracChangeset for help on using the changeset viewer.