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

@ -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",