Update SpiderMonkey

This commit is contained in:
Anthony Ramine 2020-03-02 11:16:46 +01:00
parent 813be91926
commit 5a4f8cf93f
34 changed files with 279 additions and 230 deletions

View file

@ -1,5 +0,0 @@
[structured_clone_bigint.html]
expected: ERROR
[2.7 Safe passing of structured data]
expected: FAIL

View file

@ -1,5 +0,0 @@
[css-module-worker-test.html]
expected: TIMEOUT
[A dynamic import CSS Module within a web worker should not load.]
expected: TIMEOUT

View file

@ -1,5 +0,0 @@
[inactive-context-import.html]
type: testharness
[dynamic import from inactive context should not crash]
expected: FAIL

View file

@ -0,0 +1,5 @@
[localeCompare.html]
bug: https://github.com/servo/servo/issues/25802
[localeCompare should return the same as other browsers, even though it's implementation-dependent]
expected: FAIL

View file

@ -10971,7 +10971,7 @@
[]
],
"interfaces.js": [
"689016240d603459ee1b633a5e80009291376396",
"1b841f053a231bf78d29ffe68e59455363c61502",
[]
],
"nested_asap_script.js": [

View file

@ -0,0 +1,5 @@
[localeCompare.html]
bug: https://github.com/servo/servo/issues/25802
[localeCompare should return the same as other browsers, even though it's implementation-dependent]
expected: FAIL

View file

@ -6,6 +6,9 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"Array",
"ArrayBuffer",
"Atomics",
"BigInt",
"BigInt64Array",
"BigUint64Array",
"Boolean",
"BroadcastChannel",
"Crypto",