mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Fix IndexedDB WPT coverage (#37607)
The settings for WPT IndexedDB coverage is incorrect. We never ran the IndexedDB tests actually. Testing: `tests/wpt/tests/IndexedDB` --------- Signed-off-by: Wu Yu Wei <yuweiwu@pm.me> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
476b05676f
commit
25fe003af2
230 changed files with 7240 additions and 38 deletions
895
tests/wpt/meta/IndexedDB/structured-clone.any.js.ini
vendored
Normal file
895
tests/wpt/meta/IndexedDB/structured-clone.any.js.ini
vendored
Normal file
|
@ -0,0 +1,895 @@
|
|||
[structured-clone.any.worker.html?61-80]
|
||||
[Date: Wed Dec 31 1969 23:59:59 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 00:00:01 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 00:16:40 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Jan 12 1970 13:46:40 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Sep 09 2001 01:46:40 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Nov 20 2286 17:46:40 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 08:59:59 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 09:00:00 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 09:00:01 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 09:16:40 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Jan 12 1970 22:46:40 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Sep 09 2001 10:46:40 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Nov 21 2286 02:46:40 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /(?:)/]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/g]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/i]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/gi]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/m]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/gm]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/im]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/gim]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/gimsuy]
|
||||
expected: FAIL
|
||||
|
||||
[ArrayBuffer: [object ArrayBuffer\]]
|
||||
expected: FAIL
|
||||
|
||||
[Uint8Array: ]
|
||||
expected: FAIL
|
||||
|
||||
[Uint8Array: 0,1,254,255]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 18:59:59 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 19:00:00 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 19:00:01 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 19:16:40 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Jan 12 1970 08:46:40 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Sep 08 2001 21:46:40 GMT-0400 (Eastern Daylight Saving Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Nov 20 2286 12:46:40 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.html?81-100]
|
||||
[Uint16Array: 0,1,65534,65535]
|
||||
expected: FAIL
|
||||
|
||||
[Uint32Array: 0,1,4294967294,4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[Int8Array: 0,1,-2,-1]
|
||||
expected: FAIL
|
||||
|
||||
[Int16Array: 0,1,-2,-1]
|
||||
expected: FAIL
|
||||
|
||||
[Int32Array: 0,1,-2,-1]
|
||||
expected: FAIL
|
||||
|
||||
[Uint8ClampedArray: 0,1,254,255]
|
||||
expected: FAIL
|
||||
|
||||
[Float32Array: -Infinity,-1.5,-1,-0.5,0,0.5,1,1.5,Infinity,NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Float64Array: -Infinity,-1.7976931348623157e+308,-5e-324,0,5e-324,1.7976931348623157e+308,Infinity,NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Map: [object Map\]]
|
||||
expected: FAIL
|
||||
|
||||
[Set: [object Set\]]
|
||||
expected: FAIL
|
||||
|
||||
[Error: Error]
|
||||
expected: FAIL
|
||||
|
||||
[Error: Error: abc]
|
||||
expected: FAIL
|
||||
|
||||
[EvalError: EvalError]
|
||||
expected: FAIL
|
||||
|
||||
[EvalError: EvalError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[RangeError: RangeError]
|
||||
expected: FAIL
|
||||
|
||||
[RangeError: RangeError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[ReferenceError: ReferenceError]
|
||||
expected: FAIL
|
||||
|
||||
[ReferenceError: ReferenceError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[SyntaxError: SyntaxError]
|
||||
expected: FAIL
|
||||
|
||||
[SyntaxError: SyntaxError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.html?101-last]
|
||||
[TypeError: TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[TypeError: TypeError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[URIError: URIError]
|
||||
expected: FAIL
|
||||
|
||||
[URIError: URIError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[Array: ]
|
||||
expected: FAIL
|
||||
|
||||
[Array: 1,2,3]
|
||||
expected: FAIL
|
||||
|
||||
[Array: foo,bar,,,,,,,,,true,false,,,,,,,,,123,456,,,,,,,,,]
|
||||
expected: FAIL
|
||||
|
||||
[Array: foo,bar]
|
||||
expected: FAIL
|
||||
|
||||
[Object: [object Object\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrix: matrix(1, 0, 0, 1, 0, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrixReadOnly: matrix(1, 0, 0, 1, 0, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPoint: [object DOMPoint\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly: [object DOMPointReadOnly\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMRect: [object DOMRect\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMRectReadOnly: [object DOMRectReadOnly\]]
|
||||
expected: FAIL
|
||||
|
||||
[ImageData: [object ImageData\]]
|
||||
expected: FAIL
|
||||
|
||||
[Blob: [object Blob\]]
|
||||
expected: FAIL
|
||||
|
||||
[File: [object File\]]
|
||||
expected: FAIL
|
||||
|
||||
[FileList: [object FileList\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: function: function() {}]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: symbol: Symbol(desc)]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: Window: [object Window\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: Event: [object Event\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: MessageChannel: [object MessageChannel\]]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.worker.html?21-40]
|
||||
[number: Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: -12345678901234567890]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: -1]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: 0]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: 1]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: 12345678901234567890]
|
||||
expected: FAIL
|
||||
|
||||
[string: ]
|
||||
expected: FAIL
|
||||
|
||||
[string: this is a sample string]
|
||||
expected: FAIL
|
||||
|
||||
[string: null(\x00)]
|
||||
expected: FAIL
|
||||
|
||||
[Boolean: false]
|
||||
expected: FAIL
|
||||
|
||||
[Boolean: true]
|
||||
expected: FAIL
|
||||
|
||||
[Number: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -1.7976931348623157e+308]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -2147483647]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -1]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -5e-324]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -0]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.html?41-60]
|
||||
[Number: 0]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 5e-324]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 2147483647]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 1.7976931348623157e+308]
|
||||
expected: FAIL
|
||||
|
||||
[Number: Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: -12345678901234567890]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: -1]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: 0]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: 1]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: 12345678901234567890]
|
||||
expected: FAIL
|
||||
|
||||
[String: ]
|
||||
expected: FAIL
|
||||
|
||||
[String: this is a sample string]
|
||||
expected: FAIL
|
||||
|
||||
[String: null(\x00)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Feb 10 1653 15:32:19 GMT+0918 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Apr 25 1938 07:13:20 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Dec 20 1969 19:13:20 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 08:43:20 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Feb 10 1653 06:13:20 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Apr 24 1938 22:13:20 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Dec 20 1969 10:13:20 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 23:43:20 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Feb 10 1653 00:55:48 GMT-0517 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Apr 24 1938 18:13:20 GMT-0400 (Eastern Daylight Saving Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Dec 20 1969 05:13:20 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 18:43:20 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.worker.html?41-60]
|
||||
[Number: 0]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 5e-324]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 2147483647]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[Number: 1.7976931348623157e+308]
|
||||
expected: FAIL
|
||||
|
||||
[Number: Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: -12345678901234567890]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: -1]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: 0]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: 1]
|
||||
expected: FAIL
|
||||
|
||||
[BigInt: 12345678901234567890]
|
||||
expected: FAIL
|
||||
|
||||
[String: ]
|
||||
expected: FAIL
|
||||
|
||||
[String: this is a sample string]
|
||||
expected: FAIL
|
||||
|
||||
[String: null(\x00)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Feb 10 1653 15:32:19 GMT+0918 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Apr 25 1938 07:13:20 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Dec 20 1969 19:13:20 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 08:43:20 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Feb 10 1653 06:13:20 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Apr 24 1938 22:13:20 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Dec 20 1969 10:13:20 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 23:43:20 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Feb 10 1653 00:55:48 GMT-0517 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Apr 24 1938 18:13:20 GMT-0400 (Eastern Daylight Saving Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Dec 20 1969 05:13:20 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 18:43:20 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.html?61-80]
|
||||
[Date: Wed Dec 31 1969 23:59:59 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 00:00:01 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 00:16:40 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Jan 12 1970 13:46:40 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Sep 09 2001 01:46:40 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Nov 20 2286 17:46:40 GMT+0000 (Coordinated Universal Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 08:59:59 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 09:00:00 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 09:00:01 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Thu Jan 01 1970 09:16:40 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Jan 12 1970 22:46:40 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Sep 09 2001 10:46:40 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sun Nov 21 2286 02:46:40 GMT+0900 (日本標準時間)]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /(?:)/]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/g]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/i]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/gi]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/m]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/gm]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/im]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/gim]
|
||||
expected: FAIL
|
||||
|
||||
[RegExp: /abc/gimsuy]
|
||||
expected: FAIL
|
||||
|
||||
[ArrayBuffer: [object ArrayBuffer\]]
|
||||
expected: FAIL
|
||||
|
||||
[Uint8Array: ]
|
||||
expected: FAIL
|
||||
|
||||
[Uint8Array: 0,1,254,255]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 18:59:59 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 19:00:00 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 19:00:01 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Wed Dec 31 1969 19:16:40 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Mon Jan 12 1970 08:46:40 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Sep 08 2001 21:46:40 GMT-0400 (Eastern Daylight Saving Time)]
|
||||
expected: FAIL
|
||||
|
||||
[Date: Sat Nov 20 2286 12:46:40 GMT-0500 (Eastern Standard Time)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.html?1-20]
|
||||
[undefined: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[object: null]
|
||||
expected: FAIL
|
||||
|
||||
[boolean: false]
|
||||
expected: FAIL
|
||||
|
||||
[boolean: true]
|
||||
expected: FAIL
|
||||
|
||||
[number: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[number: -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[number: -1.7976931348623157e+308]
|
||||
expected: FAIL
|
||||
|
||||
[number: -4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[number: -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[number: -2147483647]
|
||||
expected: FAIL
|
||||
|
||||
[number: -1]
|
||||
expected: FAIL
|
||||
|
||||
[number: -5e-324]
|
||||
expected: FAIL
|
||||
|
||||
[number: -0]
|
||||
expected: FAIL
|
||||
|
||||
[number: 0]
|
||||
expected: FAIL
|
||||
|
||||
[number: 1]
|
||||
expected: FAIL
|
||||
|
||||
[number: 5e-324]
|
||||
expected: FAIL
|
||||
|
||||
[number: 2147483647]
|
||||
expected: FAIL
|
||||
|
||||
[number: 2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[number: 4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[number: 1.7976931348623157e+308]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.worker.html?1-20]
|
||||
[undefined: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[object: null]
|
||||
expected: FAIL
|
||||
|
||||
[boolean: false]
|
||||
expected: FAIL
|
||||
|
||||
[boolean: true]
|
||||
expected: FAIL
|
||||
|
||||
[number: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[number: -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[number: -1.7976931348623157e+308]
|
||||
expected: FAIL
|
||||
|
||||
[number: -4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[number: -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[number: -2147483647]
|
||||
expected: FAIL
|
||||
|
||||
[number: -1]
|
||||
expected: FAIL
|
||||
|
||||
[number: -5e-324]
|
||||
expected: FAIL
|
||||
|
||||
[number: -0]
|
||||
expected: FAIL
|
||||
|
||||
[number: 0]
|
||||
expected: FAIL
|
||||
|
||||
[number: 1]
|
||||
expected: FAIL
|
||||
|
||||
[number: 5e-324]
|
||||
expected: FAIL
|
||||
|
||||
[number: 2147483647]
|
||||
expected: FAIL
|
||||
|
||||
[number: 2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[number: 4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[number: 1.7976931348623157e+308]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.worker.html?101-last]
|
||||
[TypeError: TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[TypeError: TypeError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[URIError: URIError]
|
||||
expected: FAIL
|
||||
|
||||
[URIError: URIError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[Array: ]
|
||||
expected: FAIL
|
||||
|
||||
[Array: 1,2,3]
|
||||
expected: FAIL
|
||||
|
||||
[Array: foo,bar,,,,,,,,,true,false,,,,,,,,,123,456,,,,,,,,,]
|
||||
expected: FAIL
|
||||
|
||||
[Array: foo,bar]
|
||||
expected: FAIL
|
||||
|
||||
[Object: [object Object\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrix: [object DOMMatrix\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMMatrixReadOnly: [object DOMMatrixReadOnly\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPoint: [object DOMPoint\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMPointReadOnly: [object DOMPointReadOnly\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMRect: [object DOMRect\]]
|
||||
expected: FAIL
|
||||
|
||||
[DOMRectReadOnly: [object DOMRectReadOnly\]]
|
||||
expected: FAIL
|
||||
|
||||
[ImageData: [object ImageData\]]
|
||||
expected: FAIL
|
||||
|
||||
[Blob: [object Blob\]]
|
||||
expected: FAIL
|
||||
|
||||
[File: [object File\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: function: function() {}]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: symbol: Symbol(desc)]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: DedicatedWorkerGlobalScope: [object DedicatedWorkerGlobalScope\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: Event: [object Event\]]
|
||||
expected: FAIL
|
||||
|
||||
[Not serializable: MessageChannel: [object MessageChannel\]]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.worker.html?81-100]
|
||||
[Uint16Array: 0,1,65534,65535]
|
||||
expected: FAIL
|
||||
|
||||
[Uint32Array: 0,1,4294967294,4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[Int8Array: 0,1,-2,-1]
|
||||
expected: FAIL
|
||||
|
||||
[Int16Array: 0,1,-2,-1]
|
||||
expected: FAIL
|
||||
|
||||
[Int32Array: 0,1,-2,-1]
|
||||
expected: FAIL
|
||||
|
||||
[Uint8ClampedArray: 0,1,254,255]
|
||||
expected: FAIL
|
||||
|
||||
[Float32Array: -Infinity,-1.5,-1,-0.5,0,0.5,1,1.5,Infinity,NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Float64Array: -Infinity,-1.7976931348623157e+308,-5e-324,0,5e-324,1.7976931348623157e+308,Infinity,NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Map: [object Map\]]
|
||||
expected: FAIL
|
||||
|
||||
[Set: [object Set\]]
|
||||
expected: FAIL
|
||||
|
||||
[Error: Error]
|
||||
expected: FAIL
|
||||
|
||||
[Error: Error: abc]
|
||||
expected: FAIL
|
||||
|
||||
[EvalError: EvalError]
|
||||
expected: FAIL
|
||||
|
||||
[EvalError: EvalError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[RangeError: RangeError]
|
||||
expected: FAIL
|
||||
|
||||
[RangeError: RangeError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[ReferenceError: ReferenceError]
|
||||
expected: FAIL
|
||||
|
||||
[ReferenceError: ReferenceError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
[SyntaxError: SyntaxError]
|
||||
expected: FAIL
|
||||
|
||||
[SyntaxError: SyntaxError: ghi]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[structured-clone.any.html?21-40]
|
||||
[number: Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: -12345678901234567890]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: -1]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: 0]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: 1]
|
||||
expected: FAIL
|
||||
|
||||
[bigint: 12345678901234567890]
|
||||
expected: FAIL
|
||||
|
||||
[string: ]
|
||||
expected: FAIL
|
||||
|
||||
[string: this is a sample string]
|
||||
expected: FAIL
|
||||
|
||||
[string: null(\x00)]
|
||||
expected: FAIL
|
||||
|
||||
[Boolean: false]
|
||||
expected: FAIL
|
||||
|
||||
[Boolean: true]
|
||||
expected: FAIL
|
||||
|
||||
[Number: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -Infinity]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -1.7976931348623157e+308]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -4294967295]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -2147483648]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -2147483647]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -1]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -5e-324]
|
||||
expected: FAIL
|
||||
|
||||
[Number: -0]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue