summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/workers/semantics/structured-clone
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/workers/semantics/structured-clone
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/workers/semantics/structured-clone')
-rw-r--r--testing/web-platform/meta/workers/semantics/structured-clone/dedicated.html.ini249
-rw-r--r--testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini532
2 files changed, 781 insertions, 0 deletions
diff --git a/testing/web-platform/meta/workers/semantics/structured-clone/dedicated.html.ini b/testing/web-platform/meta/workers/semantics/structured-clone/dedicated.html.ini
new file mode 100644
index 000000000..6a19fe94b
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/structured-clone/dedicated.html.ini
@@ -0,0 +1,249 @@
+[dedicated.html]
+ type: testharness
+ disabled: true
+ [Number 9007199254740994]
+ expected: TIMEOUT
+
+ [Number -9007199254740994]
+ expected: TIMEOUT
+
+ [Array Number objects]
+ expected: TIMEOUT
+
+ [Object Number objects]
+ expected: TIMEOUT
+
+ [Date 0]
+ expected: TIMEOUT
+
+ [Date -0]
+ expected: TIMEOUT
+
+ [Date -8.64e15]
+ expected: TIMEOUT
+
+ [Date 8.64e15]
+ expected: TIMEOUT
+
+ [Array Date objects]
+ expected: TIMEOUT
+
+ [Object Date objects]
+ expected: TIMEOUT
+
+ [RegExp flags and lastIndex]
+ expected: TIMEOUT
+
+ [RegExp sticky flag]
+ expected: TIMEOUT
+
+ [RegExp unicode flag]
+ expected: FAIL
+
+ [RegExp empty]
+ expected: TIMEOUT
+
+ [RegExp slash]
+ expected: TIMEOUT
+
+ [RegExp new line]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp flags and lastIndex]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp sticky flag]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp unicode flag]
+ expected: FAIL
+
+ [Array RegExp object, RegExp empty]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp slash]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp new line]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp flags and lastIndex]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp sticky flag]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp unicode flag]
+ expected: FAIL
+
+ [Object RegExp object, RegExp empty]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp slash]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp new line]
+ expected: TIMEOUT
+
+ [Blob basic]
+ expected: TIMEOUT
+
+ [Blob unpaired high surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Blob unpaired low surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Blob paired surrogates (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Blob empty]
+ expected: TIMEOUT
+
+ [Blob NUL]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob basic]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob unpaired high surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob unpaired low surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob paired surrogates (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob empty]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob NUL]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob basic]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob unpaired high surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob unpaired low surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob paired surrogates (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob empty]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob NUL]
+ expected: TIMEOUT
+
+ [File basic]
+ expected: TIMEOUT
+
+ [FileList empty]
+ expected: FAIL
+
+ [Array FileList object, FileList empty]
+ expected: FAIL
+
+ [Object FileList object, FileList empty]
+ expected: FAIL
+
+ [ImageData 1x1 transparent black]
+ expected: TIMEOUT
+
+ [ImageData 1x1 non-transparent non-black]
+ expected: TIMEOUT
+
+ [Array ImageData object, ImageData 1x1 transparent black]
+ expected: TIMEOUT
+
+ [Array ImageData object, ImageData 1x1 non-transparent non-black]
+ expected: TIMEOUT
+
+ [Object ImageData object, ImageData 1x1 transparent black]
+ expected: TIMEOUT
+
+ [Object ImageData object, ImageData 1x1 non-transparent non-black]
+ expected: TIMEOUT
+
+ [ImageBitmap 1x1 transparent black]
+ expected: FAIL
+
+ [ImageBitmap 1x1 non-transparent non-black]
+ expected: FAIL
+
+ [Array ImageBitmap object, ImageBitmap 1x1 transparent black]
+ expected: FAIL
+
+ [Array ImageBitmap object, ImageBitmap 1x1 non-transparent non-black]
+ expected: FAIL
+
+ [Object ImageBitmap object, ImageBitmap 1x1 transparent black]
+ expected: FAIL
+
+ [Object ImageBitmap object, ImageBitmap 1x1 non-transparent non-black]
+ expected: FAIL
+
+ [Array sparse]
+ expected: TIMEOUT
+
+ [Array with non-index property]
+ expected: TIMEOUT
+
+ [Object with index property and length]
+ expected: TIMEOUT
+
+ [Array with circular reference]
+ expected: TIMEOUT
+
+ [Object with circular reference]
+ expected: TIMEOUT
+
+ [Array with identical property values]
+ expected: TIMEOUT
+
+ [Object with identical property values]
+ expected: TIMEOUT
+
+ [Object with property on prototype]
+ expected: TIMEOUT
+
+ [Object with non-enumerable property]
+ expected: TIMEOUT
+
+ [Object with non-writable property]
+ expected: TIMEOUT
+
+ [Object with non-configurable property]
+ expected: TIMEOUT
+
+ [Number 0.2]
+ expected:
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Number 0]
+ expected: TIMEOUT
+
+ [Number -0]
+ expected: TIMEOUT
+
+ [Number NaN]
+ expected: TIMEOUT
+
+ [Number Infinity]
+ expected: TIMEOUT
+
+ [Number -Infinity]
+ expected: TIMEOUT
+
+ [Number 9007199254740992]
+ expected: TIMEOUT
+
+ [Number -9007199254740992]
+ expected: TIMEOUT
+
diff --git a/testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini b/testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini
new file mode 100644
index 000000000..f9d32dbff
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/structured-clone/shared.html.ini
@@ -0,0 +1,532 @@
+[shared.html]
+ type: testharness
+ disabled: true
+ [Number -9007199254740992]
+ expected: TIMEOUT
+
+ [Number 9007199254740994]
+ expected: TIMEOUT
+
+ [Number -9007199254740994]
+ expected: TIMEOUT
+
+ [Array Number objects]
+ expected: TIMEOUT
+
+ [Object Number objects]
+ expected: TIMEOUT
+
+ [Date 0]
+ expected: TIMEOUT
+
+ [Date -0]
+ expected: TIMEOUT
+
+ [Date -8.64e15]
+ expected: TIMEOUT
+
+ [Date 8.64e15]
+ expected: TIMEOUT
+
+ [Array Date objects]
+ expected: TIMEOUT
+
+ [Object Date objects]
+ expected: TIMEOUT
+
+ [RegExp flags and lastIndex]
+ expected: TIMEOUT
+
+ [RegExp sticky flag]
+ expected: TIMEOUT
+
+ [RegExp unicode flag]
+ expected: FAIL
+
+ [RegExp empty]
+ expected: TIMEOUT
+
+ [RegExp slash]
+ expected: TIMEOUT
+
+ [RegExp new line]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp flags and lastIndex]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp sticky flag]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp unicode flag]
+ expected: FAIL
+
+ [Array RegExp object, RegExp empty]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp slash]
+ expected: TIMEOUT
+
+ [Array RegExp object, RegExp new line]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp flags and lastIndex]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp sticky flag]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp unicode flag]
+ expected: FAIL
+
+ [Object RegExp object, RegExp empty]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp slash]
+ expected: TIMEOUT
+
+ [Object RegExp object, RegExp new line]
+ expected: TIMEOUT
+
+ [Blob basic]
+ expected: TIMEOUT
+
+ [Blob unpaired high surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Blob unpaired low surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Blob paired surrogates (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Blob empty]
+ expected: TIMEOUT
+
+ [Blob NUL]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob basic]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob unpaired high surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob unpaired low surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob paired surrogates (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob empty]
+ expected: TIMEOUT
+
+ [Array Blob object, Blob NUL]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob basic]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob unpaired high surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob unpaired low surrogate (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob paired surrogates (invalid utf-8)]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob empty]
+ expected: TIMEOUT
+
+ [Object Blob object, Blob NUL]
+ expected: TIMEOUT
+
+ [File basic]
+ expected: TIMEOUT
+
+ [FileList empty]
+ expected: FAIL
+
+ [Array FileList object, FileList empty]
+ expected: FAIL
+
+ [Object FileList object, FileList empty]
+ expected: FAIL
+
+ [ImageData 1x1 transparent black]
+ expected: TIMEOUT
+
+ [ImageData 1x1 non-transparent non-black]
+ expected: TIMEOUT
+
+ [Array ImageData object, ImageData 1x1 transparent black]
+ expected: TIMEOUT
+
+ [Array ImageData object, ImageData 1x1 non-transparent non-black]
+ expected: TIMEOUT
+
+ [Object ImageData object, ImageData 1x1 transparent black]
+ expected: TIMEOUT
+
+ [Object ImageData object, ImageData 1x1 non-transparent non-black]
+ expected: TIMEOUT
+
+ [ImageBitmap 1x1 transparent black]
+ expected: FAIL
+
+ [ImageBitmap 1x1 non-transparent non-black]
+ expected: FAIL
+
+ [Array ImageBitmap object, ImageBitmap 1x1 transparent black]
+ expected: FAIL
+
+ [Array ImageBitmap object, ImageBitmap 1x1 non-transparent non-black]
+ expected: FAIL
+
+ [Object ImageBitmap object, ImageBitmap 1x1 transparent black]
+ expected: FAIL
+
+ [Object ImageBitmap object, ImageBitmap 1x1 non-transparent non-black]
+ expected: FAIL
+
+ [Array sparse]
+ expected: TIMEOUT
+
+ [Array with non-index property]
+ expected: TIMEOUT
+
+ [Object with index property and length]
+ expected: TIMEOUT
+
+ [Array with circular reference]
+ expected: TIMEOUT
+
+ [Object with circular reference]
+ expected: TIMEOUT
+
+ [Array with identical property values]
+ expected: TIMEOUT
+
+ [Object with identical property values]
+ expected: TIMEOUT
+
+ [Object with property on prototype]
+ expected: TIMEOUT
+
+ [Object with non-enumerable property]
+ expected: TIMEOUT
+
+ [Object with non-writable property]
+ expected: TIMEOUT
+
+ [Object with non-configurable property]
+ expected: TIMEOUT
+
+ [Array primitives]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Object primitives]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Boolean true]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Boolean false]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Array Boolean objects]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Object Boolean objects]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [String empty string]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [String lone high surrogate]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [String lone low surrogate]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [String NUL]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [String astral character]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Array String objects]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Object String objects]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Number 0.2]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Number 0]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Number -0]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Number NaN]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Number Infinity]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Number -Infinity]
+ expected:
+ if (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [Number 9007199254740992]
+ expected: TIMEOUT
+
+ [primitive undefined]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive null]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive true]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive false]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive string, empty string]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive string, lone high surrogate]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive string, lone low surrogate]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive string, NUL]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive string, astral character]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, 0.2]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, 0]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, -0]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, NaN]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, Infinity]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, -Infinity]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, 9007199254740992]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, -9007199254740992]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, 9007199254740994]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+
+ [primitive number, -9007199254740994]
+ expected:
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.6.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.9") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): TIMEOUT
+ if not debug and (os == "mac") and (version == "OS X 10.8") and (processor == "x86_64") and (bits == 64): TIMEOUT
+