mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update SpiderMonkey
This commit is contained in:
parent
813be91926
commit
5a4f8cf93f
34 changed files with 279 additions and 230 deletions
|
@ -1,5 +0,0 @@
|
|||
[structured_clone_bigint.html]
|
||||
expected: ERROR
|
||||
[2.7 Safe passing of structured data]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[inactive-context-import.html]
|
||||
type: testharness
|
||||
[dynamic import from inactive context should not crash]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
|
@ -10971,7 +10971,7 @@
|
|||
[]
|
||||
],
|
||||
"interfaces.js": [
|
||||
"689016240d603459ee1b633a5e80009291376396",
|
||||
"1b841f053a231bf78d29ffe68e59455363c61502",
|
||||
[]
|
||||
],
|
||||
"nested_asap_script.js": [
|
||||
|
|
5
tests/wpt/mozilla/meta/mozilla/localeCompare.html.ini
Normal file
5
tests/wpt/mozilla/meta/mozilla/localeCompare.html.ini
Normal 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
|
||||
|
|
@ -6,6 +6,9 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"Array",
|
||||
"ArrayBuffer",
|
||||
"Atomics",
|
||||
"BigInt",
|
||||
"BigInt64Array",
|
||||
"BigUint64Array",
|
||||
"Boolean",
|
||||
"BroadcastChannel",
|
||||
"Crypto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue