Auto merge of #25678 - servo:smup, r=asajeffrey

Update SpiderMonkey

Do not merge.
This commit is contained in:
bors-servo 2020-03-06 05:20:26 -05:00 committed by GitHub
commit 356c4e0bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",