Changeset 221071 in webkit


Ignore:
Timestamp:
Aug 23, 2017 2:17:28 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK][WPE] Unreviewed test gardening
https://bugs.webkit.org/show_bug.cgi?id=175878

Unreviewed test gardening.

Patch by Ms2ger <Ms2ger@igalia.com> on 2017-08-23

  • platform/gtk/TestExpectations:
    • Mark fast/mediastream/captureStream/canvas2d-heavy-drawing.html as flaky.
    • Add crash annotations for cache-storage tests.
  • platform/gtk/http/wpt/beacon/beacon-async-error-logging-expected.txt: Added: logs a different error message to the console on GTK.
  • platform/gtk/js/dom/global-constructors-attributes-expected.txt: Update for the disabling of the CSS Regions code in r220870.
  • platform/wpe/js/dom/global-constructors-attributes-expected.txt: Update for the disabling of the CSS Regions code in r220870.
Location:
trunk/LayoutTests
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r221070 r221071  
     12017-08-23  Ms2ger  <Ms2ger@igalia.com>
     2
     3        [GTK][WPE] Unreviewed test gardening
     4        https://bugs.webkit.org/show_bug.cgi?id=175878
     5
     6        Unreviewed test gardening.
     7
     8        * platform/gtk/TestExpectations:
     9          - Mark fast/mediastream/captureStream/canvas2d-heavy-drawing.html as flaky.
     10          - Add crash annotations for cache-storage tests.
     11        * platform/gtk/http/wpt/beacon/beacon-async-error-logging-expected.txt:
     12          Added: logs a different error message to the console on GTK.
     13        * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
     14          Update for the disabling of the CSS Regions code in r220870.
     15        * platform/wpe/js/dom/global-constructors-attributes-expected.txt:
     16          Update for the disabling of the CSS Regions code in r220870.
     17
    1182017-08-23  Ms2ger  <Ms2ger@igalia.com>
    219
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r221070 r221071  
    12931293webkit.org/b/167576 storage/indexeddb/modern/index-3-private.html [ Crash ]
    12941294
    1295 webkit.org/b/169811 fast/mediastream/captureStream/canvas2d-heavy-drawing.html [ Crash ]
     1295webkit.org/b/169811 fast/mediastream/captureStream/canvas2d-heavy-drawing.html [ Crash Pass Failure ]
    12961296webkit.org/b/169811 fast/mediastream/captureStream/canvas2d.html [ Crash ]
    12971297webkit.org/b/169811 fast/mediastream/captureStream/canvas3d.html [ Crash Timeout ]
     
    13081308
    13091309webkit.org/b/175577 fast/css/tagname-and-namespace-case-sensitivity-xml-in-html.html [ Crash Pass ]
     1310
     1311webkit.org/b/175874 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-match.https.html [ Crash ]
     1312webkit.org/b/175874 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-match.https.html [ Crash ]
     1313
     1314webkit.org/b/175875 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-storage-match.https.html [ Crash ]
     1315webkit.org/b/175875 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-storage-match.https.html [ Crash ]
    13101316
    13111317#////////////////////////////////////////////////////////////////////////////////////////
  • trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt

    r220782 r221071  
    24342434PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').enumerable is false
    24352435PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').configurable is true
    2436 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').value is WebKitCSSRegionRule
    2437 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').hasOwnProperty('get') is false
    2438 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').hasOwnProperty('set') is false
    2439 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').enumerable is false
    2440 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').configurable is true
    24412436PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').value is WebKitMutationObserver
    24422437PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('get') is false
  • trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt

    r220782 r221071  
    23742374PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').enumerable is false
    23752375PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').configurable is true
    2376 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').value is WebKitCSSRegionRule
    2377 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').hasOwnProperty('get') is false
    2378 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').hasOwnProperty('set') is false
    2379 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').enumerable is false
    2380 PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').configurable is true
    23812376PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').value is WebKitMutationObserver
    23822377PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('get') is false
Note: See TracChangeset for help on using the changeset viewer.