Changeset 220450 in webkit


Ignore:
Timestamp:
Aug 9, 2017 2:22:21 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] [WPE] Update expectations for global-constructors-attributes.html.
https://bugs.webkit.org/show_bug.cgi?id=175373

Unreviewed test gardening.

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

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r220443 r220450  
     12017-08-09  Ms2ger  <Ms2ger@igalia.com>
     2
     3        [GTK] [WPE] Update expectations for global-constructors-attributes.html.
     4        https://bugs.webkit.org/show_bug.cgi?id=175373
     5
     6        Unreviewed test gardening.
     7
     8        * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
     9        * platform/wpe/js/dom/global-constructors-attributes-expected.txt:
     10
    1112017-08-08  Wenson Hsieh  <wenson_hsieh@apple.com>
    212
  • trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt

    r219729 r220450  
    224224PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').enumerable is false
    225225PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').configurable is true
     226PASS Object.getOwnPropertyDescriptor(global, 'Cache').value is Cache
     227PASS Object.getOwnPropertyDescriptor(global, 'Cache').hasOwnProperty('get') is false
     228PASS Object.getOwnPropertyDescriptor(global, 'Cache').hasOwnProperty('set') is false
     229PASS Object.getOwnPropertyDescriptor(global, 'Cache').enumerable is false
     230PASS Object.getOwnPropertyDescriptor(global, 'Cache').configurable is true
     231PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').value is CacheStorage
     232PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').hasOwnProperty('get') is false
     233PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').hasOwnProperty('set') is false
     234PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').enumerable is false
     235PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').configurable is true
    226236PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').value is CanvasCaptureMediaStreamTrack
    227237PASS Object.getOwnPropertyDescriptor(global, 'CanvasCaptureMediaStreamTrack').hasOwnProperty('get') is false
  • trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt

    r219719 r220450  
    224224PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').enumerable is false
    225225PASS Object.getOwnPropertyDescriptor(global, 'CSSValueList').configurable is true
     226PASS Object.getOwnPropertyDescriptor(global, 'Cache').value is Cache
     227PASS Object.getOwnPropertyDescriptor(global, 'Cache').hasOwnProperty('get') is false
     228PASS Object.getOwnPropertyDescriptor(global, 'Cache').hasOwnProperty('set') is false
     229PASS Object.getOwnPropertyDescriptor(global, 'Cache').enumerable is false
     230PASS Object.getOwnPropertyDescriptor(global, 'Cache').configurable is true
     231PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').value is CacheStorage
     232PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').hasOwnProperty('get') is false
     233PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').hasOwnProperty('set') is false
     234PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').enumerable is false
     235PASS Object.getOwnPropertyDescriptor(global, 'CacheStorage').configurable is true
    226236PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').value is CanvasGradient
    227237PASS Object.getOwnPropertyDescriptor(global, 'CanvasGradient').hasOwnProperty('get') is false
     
    22592269PASS Object.getOwnPropertyDescriptor(global, 'WeakSet').enumerable is false
    22602270PASS Object.getOwnPropertyDescriptor(global, 'WeakSet').configurable is true
     2271PASS Object.getOwnPropertyDescriptor(global, 'WebGL2RenderingContext').value is WebGL2RenderingContext
     2272PASS Object.getOwnPropertyDescriptor(global, 'WebGL2RenderingContext').hasOwnProperty('get') is false
     2273PASS Object.getOwnPropertyDescriptor(global, 'WebGL2RenderingContext').hasOwnProperty('set') is false
     2274PASS Object.getOwnPropertyDescriptor(global, 'WebGL2RenderingContext').enumerable is false
     2275PASS Object.getOwnPropertyDescriptor(global, 'WebGL2RenderingContext').configurable is true
    22612276PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').value is WebGLActiveInfo
    22622277PASS Object.getOwnPropertyDescriptor(global, 'WebGLActiveInfo').hasOwnProperty('get') is false
     
    23342349PASS Object.getOwnPropertyDescriptor(global, 'WebGLUniformLocation').enumerable is false
    23352350PASS Object.getOwnPropertyDescriptor(global, 'WebGLUniformLocation').configurable is true
     2351PASS Object.getOwnPropertyDescriptor(global, 'WebGLVertexArrayObject').value is WebGLVertexArrayObject
     2352PASS Object.getOwnPropertyDescriptor(global, 'WebGLVertexArrayObject').hasOwnProperty('get') is false
     2353PASS Object.getOwnPropertyDescriptor(global, 'WebGLVertexArrayObject').hasOwnProperty('set') is false
     2354PASS Object.getOwnPropertyDescriptor(global, 'WebGLVertexArrayObject').enumerable is false
     2355PASS Object.getOwnPropertyDescriptor(global, 'WebGLVertexArrayObject').configurable is true
    23362356PASS Object.getOwnPropertyDescriptor(global, 'WebKitAnimationEvent').value is WebKitAnimationEvent
    23372357PASS Object.getOwnPropertyDescriptor(global, 'WebKitAnimationEvent').hasOwnProperty('get') is false
Note: See TracChangeset for help on using the changeset viewer.