[meta] intern tests abort in the middle
This is from running using proxyUrl to run the tests from a mac against a Windows 7 VM:
mac:dojo bill$ npm run test-local
> [email protected] test-local /ws/trunk/dojo
> intern-runner config=tests/dojo.intern.local
Listening on 0.0.0.0:9000
Starting tunnel...
Initialised chrome 41.0.2272.118 on XP
Test main - dojo/text - no X-Requested-With header FAILED on chrome 41.0.2272.118 on XP:
CancelError: Timeout reached on main - dojo/text - no X-Requested-With header
Error: Timeout reached on main - dojo/text - no X-Requested-With header
at Error <native>
at new ErrorCtor <__intern/node_modules/dojo/errors/create.js:13:21>
at <__intern/lib/Test.js:178:38>
TypeError: Cannot read property '1' of undefined
at publishInSequence <node_modules/intern-geezer/lib/createProxy.js:50:13>
at IncomingMessage.<anonymous> <node_modules/intern-geezer/lib/createProxy.js:74:6>
at IncomingMessage.EventEmitter.emit <events.js:92:17>
at <_stream_readable.js:920:16>
at process._tickCallback <node.js:415:13>
npm ERR! [email protected] test-local: `intern-runner config=tests/dojo.intern.local`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] test-local script.
npm ERR! This is most likely a problem with the dojo package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! intern-runner config=tests/dojo.intern.local
npm ERR! You can get their info via:
npm ERR! npm owner ls dojo
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 14.1.0
npm ERR! command "node" "/usr/local/bin/npm" "run" "test-local"
npm ERR! cwd /ws/trunk/dojo
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /ws/trunk/dojo/npm-debug.log
npm ERR! not ok code 0
Change History (10)
Milestone: |
tbd →
1.11
|
Owner: |
set to Bryan Forbes
|
Status: |
new →
assigned
|
Description: |
modified (diff)
|
Owner: |
changed from Bryan Forbes to dylan
|
Priority: |
undecided →
blocker
|
Summary: |
intern tests abort in the middle →
[meta] intern tests abort in the middle
|
Milestone: |
1.11.1 →
1.11.3
|
Currently still aborts with Node 0.10.x, along with some test failures. I'll start with the test failures first.