diff options
Diffstat (limited to 'testing/web-platform/meta/workers')
31 files changed, 1046 insertions, 0 deletions
diff --git a/testing/web-platform/meta/workers/Worker_dispatchEvent_ErrorEvent.htm.ini b/testing/web-platform/meta/workers/Worker_dispatchEvent_ErrorEvent.htm.ini new file mode 100644 index 000000000..e3f456034 --- /dev/null +++ b/testing/web-platform/meta/workers/Worker_dispatchEvent_ErrorEvent.htm.ini @@ -0,0 +1,5 @@ +[Worker_dispatchEvent_ErrorEvent.htm] + type: testharness + [document.createEvent('ErrorEvent')] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/baseurl/alpha/sharedworker.html.ini b/testing/web-platform/meta/workers/baseurl/alpha/sharedworker.html.ini new file mode 100644 index 000000000..de9df5b16 --- /dev/null +++ b/testing/web-platform/meta/workers/baseurl/alpha/sharedworker.html.ini @@ -0,0 +1,5 @@ +[sharedworker.html] + type: testharness + [Base URL in workers: new SharedWorker()] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/constructors/SharedWorker/URLMismatchError.htm.ini b/testing/web-platform/meta/workers/constructors/SharedWorker/URLMismatchError.htm.ini new file mode 100644 index 000000000..34b96f988 --- /dev/null +++ b/testing/web-platform/meta/workers/constructors/SharedWorker/URLMismatchError.htm.ini @@ -0,0 +1,5 @@ +[URLMismatchError.htm] + type: testharness + [Create SharedWorker with different URLs but same name] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/constructors/SharedWorker/connect-event.html.ini b/testing/web-platform/meta/workers/constructors/SharedWorker/connect-event.html.ini new file mode 100644 index 000000000..e1f29be65 --- /dev/null +++ b/testing/web-platform/meta/workers/constructors/SharedWorker/connect-event.html.ini @@ -0,0 +1,5 @@ +[connect-event.html] + type: testharness + [connect event] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/constructors/SharedWorker/global-members.html.ini b/testing/web-platform/meta/workers/constructors/SharedWorker/global-members.html.ini new file mode 100644 index 000000000..1b104bebb --- /dev/null +++ b/testing/web-platform/meta/workers/constructors/SharedWorker/global-members.html.ini @@ -0,0 +1,5 @@ +[global-members.html] + type: testharness + [members of SharedWorkerGlobalScope] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/constructors/SharedWorker/interface-objects.html.ini b/testing/web-platform/meta/workers/constructors/SharedWorker/interface-objects.html.ini new file mode 100644 index 000000000..e3cbd159f --- /dev/null +++ b/testing/web-platform/meta/workers/constructors/SharedWorker/interface-objects.html.ini @@ -0,0 +1,5 @@ +[interface-objects.html] + type: testharness + [expected interface objects/constructors] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/constructors/SharedWorker/same-origin.html.ini b/testing/web-platform/meta/workers/constructors/SharedWorker/same-origin.html.ini new file mode 100644 index 000000000..40a980b61 --- /dev/null +++ b/testing/web-platform/meta/workers/constructors/SharedWorker/same-origin.html.ini @@ -0,0 +1,5 @@ +[same-origin.html] + type: testharness + [unsupported_scheme] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/constructors/SharedWorker/setting-port-members.html.ini b/testing/web-platform/meta/workers/constructors/SharedWorker/setting-port-members.html.ini new file mode 100644 index 000000000..da2c04fb7 --- /dev/null +++ b/testing/web-platform/meta/workers/constructors/SharedWorker/setting-port-members.html.ini @@ -0,0 +1,5 @@ +[setting-port-members.html] + type: testharness + [onmessage] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/constructors/SharedWorker/undefined-arguments.html.ini b/testing/web-platform/meta/workers/constructors/SharedWorker/undefined-arguments.html.ini new file mode 100644 index 000000000..7f550d025 --- /dev/null +++ b/testing/web-platform/meta/workers/constructors/SharedWorker/undefined-arguments.html.ini @@ -0,0 +1,7 @@ +[undefined-arguments.html] + type: testharness + disabled: + if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1018918 + [undefined as arguments] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/constructors/Worker/expected-self-properties.worker.js.ini b/testing/web-platform/meta/workers/constructors/Worker/expected-self-properties.worker.js.ini new file mode 100644 index 000000000..9c2b4b695 --- /dev/null +++ b/testing/web-platform/meta/workers/constructors/Worker/expected-self-properties.worker.js.ini @@ -0,0 +1,8 @@ +[expected-self-properties.worker] + type: testharness + [existence of EventSource] + expected: FAIL + + [existence of SharedWorker] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/constructors/Worker/same-origin.html.ini b/testing/web-platform/meta/workers/constructors/Worker/same-origin.html.ini new file mode 100644 index 000000000..40a980b61 --- /dev/null +++ b/testing/web-platform/meta/workers/constructors/Worker/same-origin.html.ini @@ -0,0 +1,5 @@ +[same-origin.html] + type: testharness + [unsupported_scheme] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/interfaces.worker.js.ini b/testing/web-platform/meta/workers/interfaces.worker.js.ini new file mode 100644 index 000000000..a9f53f374 --- /dev/null +++ b/testing/web-platform/meta/workers/interfaces.worker.js.ini @@ -0,0 +1,10 @@ +[interfaces.worker] + type: testharness + [WorkerGlobalScope interface: attribute onlanguagechange] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1154779 + + [WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type (4)] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1154779 + diff --git a/testing/web-platform/meta/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/second-argument-null-in-array.html.ini b/testing/web-platform/meta/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/second-argument-null-in-array.html.ini new file mode 100644 index 000000000..33ab2492b --- /dev/null +++ b/testing/web-platform/meta/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/second-argument-null-in-array.html.ini @@ -0,0 +1,5 @@ +[second-argument-null-in-array.html] + type: testharness + [Using [null\] in postMessage's second argument] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/interfaces/SharedWorkerGlobalScope/onconnect.html.ini b/testing/web-platform/meta/workers/interfaces/SharedWorkerGlobalScope/onconnect.html.ini new file mode 100644 index 000000000..94de54e71 --- /dev/null +++ b/testing/web-platform/meta/workers/interfaces/SharedWorkerGlobalScope/onconnect.html.ini @@ -0,0 +1,5 @@ +[onconnect.html] + type: testharness + [onconnect] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/interfaces/WorkerGlobalScope/close/setInterval.html.ini b/testing/web-platform/meta/workers/interfaces/WorkerGlobalScope/close/setInterval.html.ini new file mode 100644 index 000000000..f1f5e2a4a --- /dev/null +++ b/testing/web-platform/meta/workers/interfaces/WorkerGlobalScope/close/setInterval.html.ini @@ -0,0 +1,7 @@ +[setInterval.html] + type: testharness + disabled: + if debug: unstable + [close() and setInterval] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/interfaces/WorkerGlobalScope/close/setTimeout.html.ini b/testing/web-platform/meta/workers/interfaces/WorkerGlobalScope/close/setTimeout.html.ini new file mode 100644 index 000000000..06960fd4e --- /dev/null +++ b/testing/web-platform/meta/workers/interfaces/WorkerGlobalScope/close/setTimeout.html.ini @@ -0,0 +1,7 @@ +[setTimeout.html] + type: testharness + disabled: + if debug: unstable + [close() and setTimeout] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/interfaces/WorkerUtils/navigator/window-only.worker.js.ini b/testing/web-platform/meta/workers/interfaces/WorkerUtils/navigator/window-only.worker.js.ini new file mode 100644 index 000000000..9481b0235 --- /dev/null +++ b/testing/web-platform/meta/workers/interfaces/WorkerUtils/navigator/window-only.worker.js.ini @@ -0,0 +1,8 @@ +[window-only.worker] + type: testharness + [NavigatorID properties exposed only for Window: appCodeName] + expected: FAIL + + [NavigatorID properties exposed only for Window: product] + expected: FAIL + diff --git a/testing/web-platform/meta/workers/postMessage_event_properties.htm.ini b/testing/web-platform/meta/workers/postMessage_event_properties.htm.ini new file mode 100644 index 000000000..f757a6627 --- /dev/null +++ b/testing/web-platform/meta/workers/postMessage_event_properties.htm.ini @@ -0,0 +1,6 @@ +[postMessage_event_properties.htm] + type: testharness + [ postMessage(): MessageEvent properties ] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=952139 + diff --git a/testing/web-platform/meta/workers/postMessage_ports_readonly_array.htm.ini b/testing/web-platform/meta/workers/postMessage_ports_readonly_array.htm.ini new file mode 100644 index 000000000..aa4e1ca91 --- /dev/null +++ b/testing/web-platform/meta/workers/postMessage_ports_readonly_array.htm.ini @@ -0,0 +1,5 @@ +[postMessage_ports_readonly_array.htm] + type: testharness + [ postMessage(): read-only ports array ] + expected: FAIL + 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 + |