Changeset 221618 in webkit


Ignore:
Timestamp:
Sep 5, 2017 9:44:53 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[WPE] Test gardening.
https://bugs.webkit.org/show_bug.cgi?id=176370

Unreviewed test gardening.

Patch by Charlie Turner <cturner@igalia.com> on 2017-09-05

  • platform/wpe/TestExpectations: Updated accordingly.
  • platform/wpe/js/dom/global-constructors-attributes-expected.txt: Rebaselined
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r221616 r221618  
     12017-09-05  Charlie Turner  <cturner@igalia.com>
     2
     3        [WPE] Test gardening.
     4        https://bugs.webkit.org/show_bug.cgi?id=176370
     5
     6        Unreviewed test gardening.
     7
     8        * platform/wpe/TestExpectations: Updated accordingly.
     9        * platform/wpe/js/dom/global-constructors-attributes-expected.txt: Rebaselined
     10
    1112017-09-05  Per Arne Vollan  <pvollan@apple.com>
    212
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r221432 r221618  
    183183fast/canvas/toDataURL-supportedTypes.html [ Failure ]
    184184fast/canvas/webgl/antialiasing-enabled.html [ Failure ]
    185 fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html [ Failure ]
    186185fast/canvas/webgl/context-creation-attributes.html [ Failure ]
    187186fast/canvas/webgl/copyBufferSubData.html [ Failure ]
     187fast/canvas/webgl/drawingbuffer-test.html [ Failure ]
    188188fast/canvas/webgl/getBufferSubData-webgl1.html [ Failure ]
    189189fast/canvas/webgl/lose-context-on-status-failure.html [ Failure ]
     
    300300fast/events/constructors/keyboard-event-constructor.html [ Pass ]
    301301
    302 Bug(WPE) fast/innerHTML/001.html [ ImageOnlyFailure ]
     302Bug(WPE) fast/innerHTML/001.html [ ImageOnlyFailure Pass ]
    303303
    304304Bug(WPE) fast/parser/entities-in-attributes.xhtml [ Failure ]
     
    327327Bug(WPE) fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html [ Failure ]
    328328Bug(WPE) fast/viewport/viewport-legacy-xhtmlmp.html [ Failure ]
    329 
    330 Bug(WPE) fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html [ Failure ]
    331 Bug(WPE) fast/xmlhttprequest/xmlhttprequest-no-file-access.html [ Timeout ]
    332329
    333330# These tests were moved on r187990 from platform/ios-simulator/ios/fast/events/touch
     
    526523webkit.org/b/173419 fast/events/autoscroll-should-not-stop-on-keypress.html [ Timeout ]
    527524webkit.org/b/173419 fast/events/autoscroll-when-zoomed.html [ Timeout ]
    528 webkit.org/b/173419 fast/events/before-input-prevent-insert-replacement.html [ Timeout ]
     525webkit.org/b/173419 fast/events/before-input-prevent-insert-replacement.html [ Failure ]
    529526webkit.org/b/173419 fast/events/clipboard-dataTransferItemList.html [ Timeout ]
    530527webkit.org/b/173419 fast/events/drag-dataTransferItemList.html [ Timeout ]
    531528webkit.org/b/173419 fast/events/event-view-toString.html [ Timeout ]
    532 webkit.org/b/173419 fast/events/input-event-insert-replacement.html [ Timeout ]
     529webkit.org/b/173419 fast/events/input-event-insert-replacement.html [ Failure ]
    533530webkit.org/b/173419 fast/events/mouse-force-changed.html [ Timeout ]
    534531webkit.org/b/173419 fast/events/mouse-force-down.html [ Timeout ]
     
    581578Bug(WPE) fast/dom/HTMLObjectElement [ Pass ]
    582579Bug(WPE) fast/dom/HTMLOptionElement [ Pass ]
    583 Bug(WPE) fast/dom/HTMLOptionElement/option-label-quirksmode2.html [ ImageOnlyFailure ]
    584580Bug(WPE) fast/dom/HTMLOutputElement [ Pass ]
    585581Bug(WPE) fast/dom/HTMLProgressElement [ Pass ]
     
    836832
    837833webkit.org/b/172815 imported/w3c/i18n/bidi/bidi-plaintext-011.html [ ImageOnlyFailure ]
    838 webkit.org/b/175380 scrollbars/scrollbar-iframe-click-does-not-blur-content.html [ ImageOnlyFailure ]
    839834
    840835webkit.org/b/176174 media/event-queue-crash.html [ Pass Failure ]
     836
     837webkit.org/b/176358 imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/rsa.worker.html [ Failure Pass ]
     838
     839# Apparently fails on Mac, but I don't know for what reasons. It passes on GTK/WPE.
     840webkit.org/b/138676 imported/w3c/canvas/2d.line.cap.round.html [ Pass ]
  • trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt

    r221257 r221618  
    524524PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').enumerable is false
    525525PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').configurable is true
     526PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').value is FileSystemDirectoryReader
     527PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('get') is false
     528PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('set') is false
     529PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').enumerable is false
     530PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').configurable is true
    526531PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').value is FileSystemEntry
    527532PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
Note: See TracChangeset for help on using the changeset viewer.