Changeset 85904 in webkit


Ignore:
Timestamp:
May 5, 2011 5:19:36 PM (13 years ago)
Author:
imasaki@chromium.org
Message:

2011-05-05 Kenji Imasaki <imasaki@chromium.org>

Reviewed by Jian Li.

[Chromium] Remove non-flaky tests (BUGCR81682, BUGCR80067)
and skip one unsupported test in test expectation file (BUGCR59399).
https://bugs.webkit.org/show_bug.cgi?id=60282

The skipped test is a cliking test that is specific to Mac and we
(Chrome Video Stack team) decided not to support it.

  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r85899 r85904  
     12011-05-05  Kenji Imasaki  <imasaki@chromium.org>
     2
     3        Reviewed by Jian Li.
     4
     5        [Chromium] Remove non-flaky tests (BUGCR81682, BUGCR80067)
     6        and skip one unsupported test in test expectation file (BUGCR59399).
     7        https://bugs.webkit.org/show_bug.cgi?id=60282
     8
     9        The skipped test is a cliking test that is specific to Mac and we
     10        (Chrome Video Stack team) decided not to support it.
     11
     12        * platform/chromium/test_expectations.txt:
     13
    1142011-05-05  Steve Lacey  <sjl@chromium.org>
    215
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r85899 r85904  
    30873087BUGWK54499 LINUX : svg/transforms/text-with-pattern-with-svg-transform.svg = IMAGE
    30883088
    3089 BUGWK54472 BUGCR59399 : media/audio-delete-while-slider-thumb-clicked.html = TEXT TIMEOUT
     3089// This is skipped since we do not support mac-specific clicking tests
     3090// (BUGCR59399).
     3091BUGWK54472 BUGCR59399 SKIP : media/audio-delete-while-slider-thumb-clicked.html = TEXT TIMEOUT
    30903092
    30913093// Flaky
     
    33043306// Chrome doesn't load favicons in DRT tests.
    33053307BUGWK57259 : http/tests/misc/link-rel-icon-beforeload.html = FAIL PASS
    3306 
    3307 // This test is very flaky on Mac and a little flaky on Win and Linux.
    3308 BUGXXX : media/video-delay-load-event.html = PASS TEXT
    33093308
    33103309// We need help from V8 to implement this feature.
     
    39463945BUGDPRANKE CPU : fast/dom/HTMLFormElement/document-deactivation-callback-crash.html = PASS TEXT
    39473946BUGDPRANKE LINUX DEBUG CPU : svg/custom/font-platformDestroy-crash.svg = PASS CRASH
    3948 BUGDPRANKE CPU MAC DEBUG : http/tests/media/text-served-as-text.html = PASS CRASH
    39493947BUGDPRANKE CPU : fast/dom/HTMLObjectElement/object-as-frame.html = PASS TEXT
    39503948BUGDPRANKE CPU LINUX DEBUG : editing/pasteboard/drop-text-events.html = PASS CRASH
     
    39593957BUGDPRANKE MAC DEBUG : storage/domstorage/events/documentURI.html = CRASH PASS
    39603958BUGDPRANKE MAC DEBUG : svg/W3C-SVG-1.1-SE/types-dom-04-b.svg = CRASH PASS
    3961 BUGDPRANKE MAC DEBUG : http/tests/media/remove-while-loading.html = TIMEOUT PASS
    39623959BUGDPRANKE WIN DEBUG : http/tests/security/credentials-in-referer.html = PASS TIMEOUT
    39633960BUGDPRANKE MAC DEBUG : fast/css/getComputedStyle/font-family-fallback-reset.html = CRASH PASS
Note: See TracChangeset for help on using the changeset viewer.