Commit 8237c9fd authored by Mathias Bynens's avatar Mathias Bynens Committed by Commit Bot

Update more test expectations for globalThis

This is an ECMAScript feature, implemented in V8.

Proposal repository:
https://github.com/tc39/proposal-global

Intent to ship:
https://groups.google.com/d/msg/v8-users/Vkoh0wXRwaM/Yt7MpzhkAgAJ

Bug: v8:5537
Change-Id: Id322937a8368a952178a8e9049e514b4f64549d4
Reviewed-on: https://chromium-review.googlesource.com/1210803
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589490}
parent b29834b8
...@@ -1663,6 +1663,7 @@ crbug.com/855582 http/tests/devtools/sources/debugger-ui/last-execution-context. ...@@ -1663,6 +1663,7 @@ crbug.com/855582 http/tests/devtools/sources/debugger-ui/last-execution-context.
crbug.com/v8/5537 external/wpt/background-fetch/fetch.https.window.html [ Failure Pass ] crbug.com/v8/5537 external/wpt/background-fetch/fetch.https.window.html [ Failure Pass ]
crbug.com/v8/5537 http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Failure Pass ] crbug.com/v8/5537 http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Failure Pass ]
crbug.com/v8/5537 http/tests/serviceworker/webexposed/global-interface-listing-service-worker.html [ Failure Pass ] crbug.com/v8/5537 http/tests/serviceworker/webexposed/global-interface-listing-service-worker.html [ Failure Pass ]
crbug.com/v8/5537 http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html [ Failure Pass ]
crbug.com/v8/5537 virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Failure Pass ] crbug.com/v8/5537 virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Failure Pass ]
crbug.com/v8/5537 virtual/service-worker-servicification/http/tests/serviceworker/webexposed/global-interface-listing-service-worker.html [ Failure Pass ] crbug.com/v8/5537 virtual/service-worker-servicification/http/tests/serviceworker/webexposed/global-interface-listing-service-worker.html [ Failure Pass ]
crbug.com/v8/5537 virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker.html [ Failure Pass ] crbug.com/v8/5537 virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker.html [ Failure Pass ]
...@@ -5123,7 +5124,8 @@ crbug.com/874162 [ Mac ] virtual/user-activation-v2/fast/events/selection-autosc ...@@ -5123,7 +5124,8 @@ crbug.com/874162 [ Mac ] virtual/user-activation-v2/fast/events/selection-autosc
# Failures on 32-bit Android when using GPU instead of software rendering # Failures on 32-bit Android when using GPU instead of software rendering
crbug.com/875172 [ Android ] external/wpt/web-animations/interfaces/Animatable/animate.html [ Pass Failure ] crbug.com/875172 [ Android ] external/wpt/web-animations/interfaces/Animatable/animate.html [ Pass Failure ]
crbug.com/875172 [ Android ] http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html [ Pass Failure ] # TODO(mathias): Uncomment this line once `globalThis` ships.
# crbug.com/875172 [ Android ] http/tests/worklet/webexposed/global-interface-listing-paint-worklet.html [ Pass Failure ]
# Does not set correct realm as scope in current implementation # Does not set correct realm as scope in current implementation
crbug.com/872138 external/wpt/client-hints/accept_ch.tentative.https.html [ Timeout Pass ] crbug.com/872138 external/wpt/client-hints/accept_ch.tentative.https.html [ Timeout Pass ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment