Changeset 221382 in webkit


Ignore:
Timestamp:
Aug 30, 2017 10:42:39 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed GTK test gardening.
https://bugs.webkit.org/show_bug.cgi?id=176111

Patch by Alicia Boya García <aboya@igalia.com> on 2017-08-30

  • TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/gtk/js/dom/global-constructors-attributes-expected.txt:
  • platform/ios-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r221379 r221382  
     12017-08-30  Alicia Boya García  <aboya@igalia.com>
     2
     3        Unreviewed GTK test gardening.
     4        https://bugs.webkit.org/show_bug.cgi?id=176111
     5
     6        * TestExpectations:
     7        * platform/gtk/TestExpectations:
     8        * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
     9        * platform/ios-wk2/TestExpectations:
     10
    1112017-08-30  Antti Koivisto  <antti@apple.com>
    212
  • trunk/LayoutTests/TestExpectations

    r221343 r221382  
    14561456inspector/dom/content-node-region-info.html [ Skip ]
    14571457fast/shapes/shape-outside-floats/shape-outside-floats-layout-after-initial-layout-pass.html [ Skip ]
     1458
     1459webkit.org/b/171945 perf/class-list-remove.html [ Pass Failure Timeout ]
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r221345 r221382  
    16251625webkit.org/b/132271 media/track/add-and-remove-track.html [ Timeout Pass ]
    16261626webkit.org/b/132271 media/controls-without-preload.html [ Failure Timeout Pass ]
    1627 webkit.org/b/145251 media/controls-right-click-on-timebar.html [ Timeout Pass Failure ]
     1627webkit.org/b/145251 media/controls-right-click-on-timebar.html [ Timeout Pass Failure Crash ]
    16281628
    16291629#JS slow stress
     
    18991899
    19001900webkit.org/b/175933 media/audio-controls-timeline-in-media-document.html [ Pass Failure ]
     1901
     1902webkit.org/b/176105 http/tests/security/video-cross-origin-accessfailure.html [ Pass Failure ]
     1903
     1904webkit.org/b/176110 imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/rsa.worker.html [ Pass Failure ]
    19011905
    19021906#////////////////////////////////////////////////////////////////////////////////////////
  • trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt

    r221257 r221382  
    519519PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').enumerable is false
    520520PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').configurable is true
     521PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').value is FileSystemDirectoryReader
     522PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('get') is false
     523PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('set') is false
     524PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').enumerable is false
     525PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').configurable is true
    521526PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').value is FileSystemEntry
    522527PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
  • trunk/LayoutTests/platform/ios-wk2/TestExpectations

    r221150 r221382  
    19451945webkit.org/b/171886 imported/w3c/web-platform-tests/streams/readable-byte-streams/general.html [ Pass Failure ]
    19461946
    1947 webkit.org/b/171945 [ Debug ] perf/class-list-remove.html [ Pass Failure Timeout ]
    1948 
    19491947webkit.org/b/171951 [ Debug ] fast/hidpi/filters-and-image-buffer-resolution.html [ Pass ImageOnlyFailure ]
    19501948
Note: See TracChangeset for help on using the changeset viewer.