adambom/parallel.js

2014-06-06 20:18:49
9.0
10.0
✓22.0
✓23.0
✓24.0
✓25.0
✓26.0
27.0
28.0
29.0
16.0
17.0
18.0
19.0
✓20.0
✓21.0
✓22.0
23.0
24.0
6.0
11.0
11.5
11.6
12.0
15.0
6.0
6.0
4.2
android-browser/4.2
timeout waiting to hear back from android-browser/4.2
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest not ok 24 - WebWorker-API : should define the used API Expected { prototype : { postMessage : Function, terminate : Function, webkitPostMessage : Function } } to equal <jasmine.any(function Function() { [native code] })>. # 24 specs, 28 assertions, 1 failure in 6.368s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest not ok 24 - WebWorker-API : should define the used API Expected { prototype : { postMessage : Function, terminate : Function, webkitPostMessage : Function } } to equal <jasmine.any(function Function() { [native code] })>. # 24 specs, 28 assertions, 1 failure in 5.194s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) Error: Expected 2465 to be less than 1549.6000000000001. at new jasmine.ExpectationResult (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:114:32) at null.toBeLessThan (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1235:29) at null.<anonymous> (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:54:18) at jasmine.Block.execute (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064:17) at jasmine.Queue.next_ (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096:31) at https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2086:18 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 6.522s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 6.244s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 6.026s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 6.474s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest not ok 24 - WebWorker-API : should define the used API Expected { prototype : { postMessage : Function, terminate : Function, webkitPostMessage : Function } } to equal <jasmine.any(function Function() { [native code] })>. # 24 specs, 28 assertions, 1 failure in 5.287s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 4.477s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 4.445s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 7.551s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 7.171s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 7.224s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 3.854s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 4.064s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:54 jasmine.Block.execute@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064 jasmine.Queue.next_@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096 jasmine.Queue.next_/onComplete/<@https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 4.775s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) Error: Expected 2148 to be less than 1606.4. at new jasmine.ExpectationResult (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:114:32) at null.toBeLessThan (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1235:29) at null.<anonymous> (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/specs/performance.spec.js:54:18) at jasmine.Block.execute (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:1064:17) at jasmine.Queue.next_ (https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2096:31) at https://git.testling.com/work/adambom/repos/9d90f54e2581228c83bb83cab86f2953cbe82a9d.1402081191742/test/jasmine/jasmine.js:2086:18 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 5.732s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 5.804s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 8.129s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 5.554s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 6.222s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 5.135s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) SecurityError: SecurityError timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 5.832s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() not ok 1 Error: 'myCalc' is undefined on line 230
2014-06-06 20:05:28
9.0
10.0
✓22.0
23.0
✓24.0
✓25.0
26.0
27.0
28.0
29.0
✓16.0
✓17.0
18.0
19.0
✓20.0
✓21.0
✓22.0
23.0
24.0
6.0
11.0
11.5
11.6
12.0
15.0
6.0
6.0
4.2
android-browser/4.2
timeout waiting to hear back from android-browser/4.2
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest not ok 24 - WebWorker-API : should define the used API Expected { prototype : { postMessage : Function, terminate : Function, webkitPostMessage : Function } } to equal <jasmine.any(function Function() { [native code] })>. # 24 specs, 28 assertions, 1 failure in 6.328s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest not ok 24 - WebWorker-API : should define the used API Expected { prototype : { postMessage : Function, terminate : Function, webkitPostMessage : Function } } to equal <jasmine.any(function Function() { [native code] })>. # 24 specs, 28 assertions, 1 failure in 5.197s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) Error: Expected 1576 to be less than 1394.4. at new jasmine.ExpectationResult (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:114:32) at null.toBeLessThan (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1235:29) at null.<anonymous> (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:54:18) at jasmine.Block.execute (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064:17) at jasmine.Queue.next_ (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096:31) at https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2086:18 ok 23 - Regression tests : should be possible to use XmlHttpRequest
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 6.479s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 7.489s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 6.126s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 7.161s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest not ok 24 - WebWorker-API : should define the used API Expected { prototype : { postMessage : Function, terminate : Function, webkitPostMessage : Function } } to equal <jasmine.any(function Function() { [native code] })>. # 24 specs, 28 assertions, 1 failure in 5.157s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 4.32s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 5.429s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 8.253s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 8.586s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 10.756s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 4.086s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 6.488s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 4.568s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 4.615s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) Error: Expected 2142 to be less than 1712.8000000000002. at new jasmine.ExpectationResult (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:114:32) at null.toBeLessThan (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1235:29) at null.<anonymous> (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:54:18) at jasmine.Block.execute (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064:17) at jasmine.Queue.next_ (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096:31) at https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2086:18 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 5.556s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) Error: Expected 5186 to be less than 2280. at new jasmine.ExpectationResult (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:114:32) at null.toBeLessThan (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1235:29) at null.<anonymous> (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:54:18) at jasmine.Block.execute (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064:17) at jasmine.Queue.next_ (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096:31) at https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2086:18 ok 23 - Regression tests : should be possible to use XmlHttpRequest
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) Error: Expected 3207 to be less than 2459.2000000000003. at new jasmine.ExpectationResult (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:114:32) at null.toBeLessThan (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1235:29) at null.<anonymous> (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/specs/performance.spec.js:54:18) at jasmine.Block.execute (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:1064:17) at jasmine.Queue.next_ (https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2096:31) at https://git.testling.com/work/adambom/repos/93f7b9158f6599eb0d0830a90225d05d4af6b7d2.1402080332455/test/jasmine/jasmine.js:2086:18 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 8.279s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 7.042s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 8.017s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly not ok 10 - API : should mix .spawn and .map() correctly timeout: timed out after 500 msec waiting for it should finish ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code not ok 21 - Operations : should require(), map() and reduce correctly (check console errors) timeout: timed out after 500 msec waiting for it should finish ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 2 failures in 8.056s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 9.807s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) SecurityError: SecurityError timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 5.953s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() not ok 1 Error: 'myCalc' is undefined on line 230
2014-06-06 19:57:53
9.0
10.0
22.0
✓23.0
✓24.0
✓25.0
✓26.0
✓27.0
✓28.0
29.0
✓16.0
17.0
18.0
19.0
✓20.0
21.0
✓22.0
23.0
24.0
6.0
11.0
11.5
11.6
12.0
15.0
6.0
6.0
4.2
android-browser/4.2
timeout waiting to hear back from android-browser/4.2
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest not ok 24 - WebWorker-API : should define the used API Expected { prototype : { postMessage : Function, terminate : Function, webkitPostMessage : Function } } to equal <jasmine.any(function Function() { [native code] })>. # 24 specs, 28 assertions, 1 failure in 7.464s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest not ok 24 - WebWorker-API : should define the used API Expected { prototype : { postMessage : Function, terminate : Function, webkitPostMessage : Function } } to equal <jasmine.any(function Function() { [native code] })>. # 24 specs, 28 assertions, 1 failure in 5.867s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) Error: Expected 3258 to be less than 1524.8000000000002. at new jasmine.ExpectationResult (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:114:32) at null.toBeLessThan (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1235:29) at null.<anonymous> (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:54:18) at jasmine.Block.execute (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064:17) at jasmine.Queue.next_ (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096:31) at https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2086:18 ok 23 - Regression tests : should be possible to use XmlHttpRequest
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 7.053s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 6.087s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 5.976s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:170 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 Error created at <anonymous function: Parallel.prototype._spawnWorker>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:158 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:185 <anonymous function: Operation.prototype.then>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:51 <anonymous function: Parallel.prototype.spawn>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/lib/parallel.js:184 <anonymous function>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:21 <anonymous function: jasmine.Block.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 <anonymous function: jasmine.Queue.prototype.start>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2049 <anonymous function: jasmine.Spec.prototype.execute>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2376 <anonymous function: jasmine.Queue.prototype.next_>([arguments not available])@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 6.453s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest not ok 24 - WebWorker-API : should define the used API Expected { prototype : { postMessage : Function, terminate : Function, webkitPostMessage : Function } } to equal <jasmine.any(function Function() { [native code] })>. # 24 specs, 28 assertions, 1 failure in 5.431s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 8.142s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 7.136s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 7.512s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 6.648s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 7.56s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 5.814s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:54 jasmine.Block.prototype.execute@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 jasmine.Queue.prototype.next_@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 jasmine.Queue.prototype.next_/onComplete/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 10.98s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) jasmine.ExpectationResult@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:114 jasmine.Matchers.matcherFn_/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1240 @https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:54 jasmine.Block.execute@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064 jasmine.Queue.next_@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096 jasmine.Queue.next_/onComplete/<@https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2086 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 10.356s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 14.784s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() not ok 13 - API : should work with require()d scripts (web-exclusive) timeout: timed out after 500 msec waiting for it should finish ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) Error: Expected 3533 to be less than 1809.6000000000001. at new jasmine.ExpectationResult (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:114:32) at null.toBeLessThan (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1235:29) at null.<anonymous> (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:54:18) at jasmine.Block.execute (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064:17) at jasmine.Queue.next_ (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096:31) at https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2086:18 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 2 failures in 8.384s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 5.458s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 5.337s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 6.826s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 0 failures in 5.474s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) Error: Expected 4641 to be less than 2620.8. at new jasmine.ExpectationResult (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:114:32) at null.toBeLessThan (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1235:29) at null.<anonymous> (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/specs/performance.spec.js:54:18) at jasmine.Block.execute (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:1064:17) at jasmine.Queue.next_ (https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2096:31) at https://git.testling.com/work/adambom/repos/8c51c76696969b0c9cc0f52f41d561f24e73d97b.1402080031072/test/jasmine/jasmine.js:2086:18 ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 28 assertions, 1 failure in 9.545s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() ok 13 - API : should work with require()d scripts (web-exclusive) ok 14 - API : should allow chaining require() ok 15 - API : should work with require()d anonymous functions ok 16 - API : should accept more than one requirement ok 17 - API : should allow environment to be passed in constructor ok 18 - API : should allow overriding default environment ok 19 - API : should allow configuring global namespace ok 20 - eval.js : should eval the given code ok 21 - Operations : should require(), map() and reduce correctly (check console errors) not ok 22 - Performance : .map() should be using multi-threading (could fail on single-core) SecurityError: SecurityError timeout: timed out after 5000 msec waiting for Sequential should finish ok 23 - Regression tests : should be possible to use XmlHttpRequest ok 24 - WebWorker-API : should define the used API # 24 specs, 29 assertions, 1 failure in 6.398s.
1..24 ok 1 - API : should be a constructor ok 2 - API : should define a .then(cb) function ok 3 - API : should define a .map(cb) function ok 4 - API : should define a require(string|function|{ name: string, fn: function }) function ok 5 - API : should execute a .then function without an operation immediately ok 6 - API : should execute .spawn() correctly ok 7 - API : should .map() correctly ok 8 - API : should queue map work correctly ok 9 - API : should chain .map() correctly ok 10 - API : should mix .spawn and .map() correctly ok 11 - API : should execute .reduce() correctly ok 12 - API : should process data returned from .then() not ok 1 Error: 'myCalc' is undefined on line 230
2014-06-06 19:36:14
9.0
10.0
22.0
23.0
24.0
25.0
26.0
27.0
28.0
29.0
16.0
17.0
18.0
19.0
20.0
21.0
22.0
23.0
24.0
6.0
11.0
11.5
11.6
12.0
15.0
6.0
6.0
4.2
not ok 1 Error: ReferenceError: Can't find variable: describe on line 1
not ok 1 Error: ReferenceError: Can't find variable: describe on line 1
not ok 1 Error: Uncaught ReferenceError: describe is not defined on line 1
not ok 1 Error: Uncaught exception: ReferenceError: Undefined variable: describe on line 1
not ok 1 Error: Uncaught exception: ReferenceError: Undefined variable: describe on line 1
idle timeout: 30 seconds with no output
not ok 1 Error: Uncaught exception: ReferenceError: Undefined variable: describe on line 1
not ok 1 Error: ReferenceError: Can't find variable: describe on line 1
not ok 1 Error: ReferenceError: describe is not defined on line 1
not ok 1 Error: ReferenceError: describe is not defined on line 1
not ok 1 Error: ReferenceError: describe is not defined on line 1
not ok 1 Error: ReferenceError: describe is not defined on line 1
not ok 1 Error: ReferenceError: describe is not defined on line 1
not ok 1 Error: ReferenceError: describe is not defined on line 1
not ok 1 Error: ReferenceError: describe is not defined on line 1
not ok 1 Error: ReferenceError: describe is not defined on line 1
not ok 1 Error: ReferenceError: describe is not defined on line 1
not ok 1 Error: Uncaught ReferenceError: describe is not defined on line 1
not ok 1 Error: Uncaught ReferenceError: describe is not defined on line 1
not ok 1 Error: Uncaught ReferenceError: describe is not defined on line 1
not ok 1 Error: Uncaught ReferenceError: describe is not defined on line 1
not ok 1 Error: Uncaught ReferenceError: describe is not defined on line 1
not ok 1 Error: Uncaught ReferenceError: describe is not defined on line 1
not ok 1 Error: Uncaught ReferenceError: describe is not defined on line 1
not ok 1 Error: Uncaught ReferenceError: describe is not defined on line 1
not ok 1 Error: 'describe' is undefined on line 1
not ok 1 Error: 'describe' is undefined on line 1
2014-06-06 19:07:48
2014-05-28 18:12:33
2014-05-28 00:23:20
2014-04-27 05:26:09
2014-04-27 05:24:03
2014-04-27 05:23:07
2014-04-27 05:23:07
2014-04-12 23:19:54
2014-03-17 20:36:06
2014-03-17 07:54:36
2014-02-04 17:52:43
2014-01-21 20:59:58
2013-12-28 17:25:31
2013-08-25 19:43:34
2013-08-23 19:08:46
2013-07-19 16:18:02
2013-07-15 18:50:46
2013-06-13 00:25:26
2013-06-07 01:05:18
2013-06-07 01:04:47