-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
Sometimes getting this when testing master (fe36076) on OS X 10.10.2
Jeremiahs-MacBook-Pro:io.js Jeremiah$ make test
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C out BUILDTYPE=Release V=1
make[1]: Nothing to be done for `all'.
ln -fs out/Release/iojs iojs
/usr/bin/python tools/test.py --mode=release message parallel sequential -J
=== release test-child-process-fork-getconnections ===
Path: sequential/test-child-process-fork-getconnections
/Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js:18
throw new Error('[c] closing by accident!');
^
Error: [c] closing by accident!
at Socket.<anonymous> (/Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js:18:17)
at emitNone (events.js:72:20)
at Socket.emit (events.js:163:7)
at _stream_readable.js:891:16
at process._tickCallback (node.js:349:13)
/Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js:36
throw new Error('child died unexpectedly!');
^
Error: child died unexpectedly!
at ChildProcess.<anonymous> (/Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js:36:13)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:169:7)
at Process.ChildProcess._handle.onexit (child_process.js:1044:12)
Command: out/Release/iojs /Users/Jeremiah/Documents/io.js/test/sequential/test-child-process-fork-getconnections.js
cc @bnoordhuis?
Metadata
Metadata
Assignees
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.