DescriptionRebaseline global-interface-listing tests after V8 flag flip
V8 enabled the --harmony-arrays flag by default in
https://chromium.googlesource.com/v8/v8/+/325fbd0,
adding many methods to Array and the various TypedArrays.
The intent to ship was posted to v8-users:
https://groups.google.com/forum/#!msg/v8-users/WIdC-t1zmKQ/lXpufXhNj3UJ
This patch adds the appropriate expectations for the aforementioned
methods, as well as several bits that changed while these tests
were disabled:
- Added CanvasRenderingContext2D#filter (runtime enabled)
- Added MediaDevices#getUserMedia (runtime enabled)
- Added PerformanceResourceTiming#workerStart
- Removed ServiceWorker#terminate
From my review of the commit log, all four of the above changes were
intentional and appropriate.
BUG=502308
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198026
Patch Set 1 #Patch Set 2 : Fixed virtual stable expectations #Messages
Total messages: 11 (5 generated)
|