Changeset 225135 in webkit


Ignore:
Timestamp:
Nov 24, 2017 6:23:14 AM (6 years ago)
Author:
Ms2ger@igalia.com
Message:

[WPE] Update some test expectations
https://bugs.webkit.org/show_bug.cgi?id=180000

Unreviewed test gardening.

  • platform/wpe/TestExpectations:
    • Mark as intermittently passing:
      • animations/negative-delay.html (also noted the bug)
      • fast/canvas/canvas-overflow-hidden-animation.html
      • imported/w3c/i18n/bidi/bidi-plaintext-011.html
  • Enable tests fixed in r224580:
    • imported/w3c/IndexedDB-private-browsing/idb_webworkers.html
    • storage/indexeddb/basics-workers.html
    • storage/indexeddb/cursor-advance-workers.html
    • storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html
    • storage/indexeddb/dont-commit-on-blocked.html
    • storage/indexeddb/index-basics-workers.html
    • storage/indexeddb/modern/blob-simple-workers.html
    • storage/indexeddb/modern/worker-getall.html
    • storage/indexeddb/modern/workers-enable.html
    • storage/indexeddb/objectstore-basics-workers.html
    • storage/indexeddb/open-twice-workers.html
    • storage/indexeddb/pending-activity-workers.html
    • storage/indexeddb/pending-version-change-on-exit.html
    • storage/indexeddb/pending-version-change-on-exit-private.html
    • storage/indexeddb/pending-version-change-stuck.html
    • storage/indexeddb/pending-version-change-stuck-private.html
    • storage/indexeddb/pending-version-change-stuck-works-with-terminate.html
    • storage/indexeddb/pending-version-change-stuck-works-with-terminate-private.html
    • storage/indexeddb/transaction-complete-workers.html
    • storage/indexeddb/transaction-complete-workers-private.html
    • storage/indexeddb/unprefix-workers.html
  • Remove failure expectations for tests that are passing on the bot:
    • fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html: passing since r225060.
    • fast/events/event-view-toString.html: passing since r221858.
    • fast/events/offsetX-offsetY.html: passing since r221858.
    • fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent.html: passing since r221858.
    • webgl/1.0.2/conformance/context/context-creation-and-destruction.html: passing since its missing resource was added in r223632.
  • Add some passing expectations for tests that are marked as failing in the platform-neutral file:
    • css2.1/20110323/replaced-intrinsic-001.htm: has been passing for a long time; the baseline probably does not reflect the actual pass condition. (The upstream test is claimed to be invalid, and fails in all browsers.)
    • css2.1/20110323/replaced-intrinsic-002.htm: has been passing for a long time; the baseline probably does not reflect the actual pass condition. (The upstream test is claimed to be invalid, and fails in all browsers.)
    • css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html: passing since r222128.
    • transitions/svg-text-shadow-transition.html: passing since expectation rebaseline in r222084.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r225134 r225135  
     12017-11-24  Ms2ger  <Ms2ger@igalia.com>
     2
     3        [WPE] Update some test expectations
     4        https://bugs.webkit.org/show_bug.cgi?id=180000
     5
     6        Unreviewed test gardening.
     7
     8        * platform/wpe/TestExpectations:
     9          * Mark as intermittently passing:
     10              - animations/negative-delay.html (also noted the bug)
     11              - fast/canvas/canvas-overflow-hidden-animation.html
     12              - imported/w3c/i18n/bidi/bidi-plaintext-011.html
     13
     14          * Enable tests fixed in r224580:
     15              - imported/w3c/IndexedDB-private-browsing/idb_webworkers.html
     16              - storage/indexeddb/basics-workers.html
     17              - storage/indexeddb/cursor-advance-workers.html
     18              - storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html
     19              - storage/indexeddb/dont-commit-on-blocked.html
     20              - storage/indexeddb/index-basics-workers.html
     21              - storage/indexeddb/modern/blob-simple-workers.html
     22              - storage/indexeddb/modern/worker-getall.html
     23              - storage/indexeddb/modern/workers-enable.html
     24              - storage/indexeddb/objectstore-basics-workers.html
     25              - storage/indexeddb/open-twice-workers.html
     26              - storage/indexeddb/pending-activity-workers.html
     27              - storage/indexeddb/pending-version-change-on-exit.html
     28              - storage/indexeddb/pending-version-change-on-exit-private.html
     29              - storage/indexeddb/pending-version-change-stuck.html
     30              - storage/indexeddb/pending-version-change-stuck-private.html
     31              - storage/indexeddb/pending-version-change-stuck-works-with-terminate.html
     32              - storage/indexeddb/pending-version-change-stuck-works-with-terminate-private.html
     33              - storage/indexeddb/transaction-complete-workers.html
     34              - storage/indexeddb/transaction-complete-workers-private.html
     35              - storage/indexeddb/unprefix-workers.html
     36
     37          * Remove failure expectations for tests that are passing on the bot:
     38              - fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html: passing since r225060.
     39              - fast/events/event-view-toString.html: passing since r221858.
     40              - fast/events/offsetX-offsetY.html: passing since r221858.
     41              - fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent.html: passing since r221858.
     42              - webgl/1.0.2/conformance/context/context-creation-and-destruction.html:
     43                passing since its missing resource was added in r223632.
     44
     45          * Add some passing expectations for tests that are marked as failing in the platform-neutral file:
     46              - css2.1/20110323/replaced-intrinsic-001.htm: has been passing for a long time;
     47                the baseline probably does not reflect the actual pass condition.
     48                (The upstream test is claimed to be invalid, and fails in all browsers.)
     49              - css2.1/20110323/replaced-intrinsic-002.htm:  has been passing for a long time;
     50                the baseline probably does not reflect the actual pass condition.
     51                (The upstream test is claimed to be invalid, and fails in all browsers.)
     52              - css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html: passing since r222128.
     53              - transitions/svg-text-shadow-transition.html: passing since expectation rebaseline in r222084.
     54
    1552017-11-24  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    256
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r225134 r225135  
    6363# Unknown
    6464Bug(WPE) animations/fill-forwards-auto-height.html [ ImageOnlyFailure Pass ]
    65 Bug(WPE) animations/negative-delay.html [ Failure ]
     65webkit.org/b/137883 animations/negative-delay.html [ Pass Failure ]
    6666webkit.org/b/120839 animations/cross-fade-background-image.html [ ImageOnlyFailure ]
    6767
     
    8787Bug(WPE) css2.1/20110323/c541-word-sp-000.htm [ ImageOnlyFailure ]
    8888Bug(WPE) css2.1/20110323/vertical-align-boxes-001.htm [ ImageOnlyFailure ]
     89# Incorrect upstream, but seem to pass on the bots, possibly with a broken baseline.
     90# https://github.com/w3c/web-platform-tests/issues/8407
     91css2.1/20110323/replaced-intrinsic-001.htm [ Pass ]
     92css2.1/20110323/replaced-intrinsic-002.htm [ Pass ]
    8993
    9094Bug(WPE) ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
     
    110114Bug(WPE) webgl/1.0.2/conformance/extensions/oes-vertex-array-object.html [ Failure ]
    111115#  Timing out
    112 Bug(WPE) webgl/1.0.2/conformance/context/context-creation-and-destruction.html [ Timeout ]
    113116Bug(WPE) webgl/1.0.2/conformance/extensions/oes-texture-float-with-video.html [ Timeout ]
    114117Bug(WPE) webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html [ Timeout ]
     
    162165fast/canvas/canvas-gradient-addStop-error.html [ Failure ]
    163166fast/canvas/canvas-imageSmoothingQuality.html [ Failure ]
    164 fast/canvas/canvas-overflow-hidden-animation.html [ ImageOnlyFailure ]
     167fast/canvas/canvas-overflow-hidden-animation.html [ Pass ImageOnlyFailure ]
    165168fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
    166169fast/canvas/canvas-toDataURL-case-insensitive-mimetype.html [ Failure ]
     
    290293
    291294
    292 Bug(WPE) imported/w3c/IndexedDB-private-browsing/idb_webworkers.html [ Failure ]
    293295webkit.org/b/167576 imported/w3c/IndexedDB-private-browsing/idbcursor_iterating.html [ Crash ]
    294296webkit.org/b/167576 imported/w3c/IndexedDB-private-browsing/idbcursor_iterating_index.html [ Crash ]
     
    379381
    380382Bug(WPE) fast/shapes/shape-outside-floats/shape-outside-clip-path-selection.html [ Failure ]
    381 Bug(WPE) fast/shapes/shape-outside-floats/shape-outside-floats-shape-margin-percent.html [ ImageOnlyFailure ]
    382383
    383384# These are Mac specific for now.
     
    555556webkit.org/b/173419 fast/events/no-scroll-on-input-text-selection.html [ Failure ]
    556557webkit.org/b/173419 fast/events/node-event-anchor-lock.html [ Failure ]
    557 webkit.org/b/173419 fast/events/offsetX-offsetY.html [ Failure ]
    558558webkit.org/b/173419 fast/events/onchange-range-slider.html [ Failure ]
    559559webkit.org/b/173419 fast/events/option-tab.html [ Failure ]
     
    592592webkit.org/b/173419 fast/events/clipboard-dataTransferItemList.html [ Timeout ]
    593593webkit.org/b/173419 fast/events/drag-dataTransferItemList.html [ Timeout ]
    594 webkit.org/b/173419 fast/events/event-view-toString.html [ Timeout ]
    595594webkit.org/b/173419 fast/events/input-event-insert-replacement.html [ Failure ]
    596595webkit.org/b/173419 fast/events/mouse-force-changed.html [ Timeout ]
     
    675674
    676675Bug(WPE) storage/indexeddb/modern/index-3-private.html [ Crash ]
    677 Bug(WPE) storage/indexeddb/modern/worker-getall.html [ Timeout ]
    678676Bug(WPE) storage/domstorage/events/basic-body-attribute.html [ Failure ]
    679 Bug(WPE) storage/indexeddb/basics-workers.html [ Failure ]
    680 Bug(WPE) storage/indexeddb/cursor-advance-workers.html [ Failure ]
    681 Bug(WPE) storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html [ Failure ]
    682 Bug(WPE) storage/indexeddb/dont-commit-on-blocked.html [ Failure ]
    683 Bug(WPE) storage/indexeddb/index-basics-workers.html [ Failure ]
    684 Bug(WPE) storage/indexeddb/modern/blob-simple-workers.html [ Failure ]
    685677Bug(WPE) storage/indexeddb/modern/date-basic-private.html [ Failure ]
    686678Bug(WPE) storage/indexeddb/modern/date-basic.html [ Failure ]
     
    689681Bug(WPE) storage/indexeddb/modern/idbobjectstore-delete-1-private.html [ Failure ]
    690682Bug(WPE) storage/indexeddb/modern/idbobjectstore-delete-1.html [ Failure ]
    691 Bug(WPE) storage/indexeddb/modern/workers-enable.html [ Failure ]
    692 Bug(WPE) storage/indexeddb/objectstore-basics-workers.html [ Failure ]
    693 Bug(WPE) storage/indexeddb/open-twice-workers.html [ Failure ]
    694 Bug(WPE) storage/indexeddb/pending-activity-workers.html [ Failure ]
    695 Bug(WPE) storage/indexeddb/pending-version-change-on-exit-private.html [ Failure ]
    696 Bug(WPE) storage/indexeddb/pending-version-change-on-exit.html [ Failure ]
    697 Bug(WPE) storage/indexeddb/pending-version-change-stuck-private.html [ Failure ]
    698 Bug(WPE) storage/indexeddb/pending-version-change-stuck-works-with-terminate-private.html [ Failure ]
    699 Bug(WPE) storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Failure ]
    700 Bug(WPE) storage/indexeddb/pending-version-change-stuck.html [ Failure ]
    701 Bug(WPE) storage/indexeddb/transaction-complete-workers-private.html [ Failure ]
    702 Bug(WPE) storage/indexeddb/transaction-complete-workers.html [ Failure ]
    703 Bug(WPE) storage/indexeddb/unprefix-workers.html [ Failure ]
    704683Bug(WPE) storage/storageinfo-missing-arguments.html [ Failure ]
    705684Bug(WPE) storage/storageinfo-no-callbacks.html [ Failure ]
     
    723702
    724703Bug(WPE) css3/flexbox/image-percent-max-height.html [ ImageOnlyFailure ]
     704webkit.org/b/136754 css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html [ Pass ]
    725705
    726706Bug(WPE) css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html [ Timeout ]
     
    824804# ENABLE_CSS_COMPOSITING
    825805Bug(WPE) transitions/blendmode-transitions.html [ Failure ]
     806transitions/svg-text-shadow-transition.html [ Pass ]
    826807
    827808# ENABLE_MEDIA_SOURCE
     
    894875media/encrypted-media/encrypted-media-v2-syntax.html [ Skip ]
    895876
    896 webkit.org/b/172815 imported/w3c/i18n/bidi/bidi-plaintext-011.html [ ImageOnlyFailure ]
     877webkit.org/b/172815 imported/w3c/i18n/bidi/bidi-plaintext-011.html [ Pass ImageOnlyFailure ]
    897878
    898879webkit.org/b/176174 media/event-queue-crash.html [ Pass Failure ]
     
    10321013webkit.org/b/178703 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-clear-encrypted.html [ Crash ]
    10331014
    1034 webkit.org/b/178705 fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html [ Failure ]
    10351015webkit.org/b/178705 webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Failure ]
    10361016
Note: See TracChangeset for help on using the changeset viewer.