summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/workers/semantics
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
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')
-rw-r--r--testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini62
-rw-r--r--testing/web-platform/meta/workers/semantics/interface-objects/003.html.ini47
-rw-r--r--testing/web-platform/meta/workers/semantics/multiple-workers/005.html.ini6
-rw-r--r--testing/web-platform/meta/workers/semantics/multiple-workers/006.html.ini6
-rw-r--r--testing/web-platform/meta/workers/semantics/multiple-workers/007.html.ini6
-rw-r--r--testing/web-platform/meta/workers/semantics/reporting-errors/001.html.ini5
-rw-r--r--testing/web-platform/meta/workers/semantics/reporting-errors/002.html.ini5
-rw-r--r--testing/web-platform/meta/workers/semantics/reporting-errors/003.html.ini5
-rw-r--r--testing/web-platform/meta/workers/semantics/reporting-errors/004.html.ini5
-rw-r--r--testing/web-platform/meta/workers/semantics/run-a-worker/003.html.ini5
-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
12 files changed, 933 insertions, 0 deletions
diff --git a/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini b/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini
new file mode 100644
index 000000000..a7c7cb9b5
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini
@@ -0,0 +1,62 @@
+[001.worker]
+ type: testharness
+ [The ErrorEvent interface object should be exposed.]
+ expected: FAIL
+
+ [The SharedWorker interface object should be exposed.]
+ expected: FAIL
+
+ [The FileList interface object should be exposed.]
+ expected: FAIL
+
+ [The ProgressEvent interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasProxy interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasRenderingContext2D interface object should be exposed.]
+ expected: FAIL
+
+ [The DrawingStyle interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasGradient interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasPattern interface object should be exposed.]
+ expected: FAIL
+
+ [The Path interface object should be exposed.]
+ expected: FAIL
+
+ [The TextMetrics interface object should be exposed.]
+ expected: FAIL
+
+ [The CanvasPath interface object should be exposed.]
+ expected: FAIL
+
+ [The Path2D interface object should be exposed.]
+ expected: FAIL
+
+ [The PromiseRejectionEvent interface object should be exposed.]
+ expected: FAIL
+
+ [The EventSource interface object should be exposed.]
+ expected: FAIL
+
+ [The CloseEvent interface object should be exposed.]
+ expected: FAIL
+
+ [The ReadableStream interface object should be exposed.]
+ expected: FAIL
+
+ [The WritableStream interface object should be exposed.]
+ expected: FAIL
+
+ [The ByteLengthQueuingStrategy interface object should be exposed.]
+ expected: FAIL
+
+ [The CountQueuingStrategy interface object should be exposed.]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/workers/semantics/interface-objects/003.html.ini b/testing/web-platform/meta/workers/semantics/interface-objects/003.html.ini
new file mode 100644
index 000000000..130c17af8
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/interface-objects/003.html.ini
@@ -0,0 +1,47 @@
+[003.html]
+ type: testharness
+ [available interface objects in shared worker]
+ expected: FAIL
+
+ [The ApplicationCache interface object should be exposed]
+ expected: FAIL
+
+ [The SharedWorker interface object should be exposed]
+ expected: FAIL
+
+ [The CanvasPath interface object should be exposed]
+ expected: FAIL
+
+ [The Path2D interface object should be exposed]
+ expected: FAIL
+
+ [The PromiseRejectionEvent interface object should be exposed]
+ expected: FAIL
+
+ [The EventSource interface object should be exposed]
+ expected: FAIL
+
+ [The CloseEvent interface object should be exposed]
+ expected: FAIL
+
+ [The ProgressEvent interface object should be exposed]
+ expected: FAIL
+
+ [The FileList interface object should be exposed]
+ expected: FAIL
+
+ [The ErrorEvent interface object should be exposed]
+ expected: FAIL
+
+ [The ReadableStream interface object should be exposed]
+ expected: FAIL
+
+ [The WritableStream interface object should be exposed]
+ expected: FAIL
+
+ [The ByteLengthQueuingStrategy interface object should be exposed]
+ expected: FAIL
+
+ [The CountQueuingStrategy interface object should be exposed]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/workers/semantics/multiple-workers/005.html.ini b/testing/web-platform/meta/workers/semantics/multiple-workers/005.html.ini
new file mode 100644
index 000000000..c9d56df44
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/multiple-workers/005.html.ini
@@ -0,0 +1,6 @@
+[005.html]
+ type: testharness
+ expected: ERROR
+ [dedicated worker in shared worker in dedicated worker]
+ expected: TIMEOUT
+
diff --git a/testing/web-platform/meta/workers/semantics/multiple-workers/006.html.ini b/testing/web-platform/meta/workers/semantics/multiple-workers/006.html.ini
new file mode 100644
index 000000000..425ee5606
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/multiple-workers/006.html.ini
@@ -0,0 +1,6 @@
+[006.html]
+ type: testharness
+ expected: ERROR
+ [shared worker in dedicated worker in shared worker]
+ expected: TIMEOUT
+
diff --git a/testing/web-platform/meta/workers/semantics/multiple-workers/007.html.ini b/testing/web-platform/meta/workers/semantics/multiple-workers/007.html.ini
new file mode 100644
index 000000000..334e2474f
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/multiple-workers/007.html.ini
@@ -0,0 +1,6 @@
+[007.html]
+ type: testharness
+ expected: ERROR
+ [shared worker in dedicated worker in shared worker]
+ expected: TIMEOUT
+
diff --git a/testing/web-platform/meta/workers/semantics/reporting-errors/001.html.ini b/testing/web-platform/meta/workers/semantics/reporting-errors/001.html.ini
new file mode 100644
index 000000000..82618d181
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/reporting-errors/001.html.ini
@@ -0,0 +1,5 @@
+[001.html]
+ type: testharness
+ [shared worker, not handled]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/workers/semantics/reporting-errors/002.html.ini b/testing/web-platform/meta/workers/semantics/reporting-errors/002.html.ini
new file mode 100644
index 000000000..6469c0dde
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/reporting-errors/002.html.ini
@@ -0,0 +1,5 @@
+[002.html]
+ type: testharness
+ [shared worker, addEventListener]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/workers/semantics/reporting-errors/003.html.ini b/testing/web-platform/meta/workers/semantics/reporting-errors/003.html.ini
new file mode 100644
index 000000000..cca754859
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/reporting-errors/003.html.ini
@@ -0,0 +1,5 @@
+[003.html]
+ type: testharness
+ [shared worker, no error event on worker or port]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/workers/semantics/reporting-errors/004.html.ini b/testing/web-platform/meta/workers/semantics/reporting-errors/004.html.ini
new file mode 100644
index 000000000..2311b9dc4
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/reporting-errors/004.html.ini
@@ -0,0 +1,5 @@
+[004.html]
+ type: testharness
+ [shared worker in two documents and window.onerror]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/workers/semantics/run-a-worker/003.html.ini b/testing/web-platform/meta/workers/semantics/run-a-worker/003.html.ini
new file mode 100644
index 000000000..d6e394442
--- /dev/null
+++ b/testing/web-platform/meta/workers/semantics/run-a-worker/003.html.ini
@@ -0,0 +1,5 @@
+[003.html]
+ type: testharness
+ [shared]
+ expected: FAIL
+
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
+