You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ node-v4.1.1 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/node node
Running main() from gtest_main.cc
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from UtilTest
[ RUN ] UtilTest.ListHead
[ OK ] UtilTest.ListHead (0 ms)
[----------] 1 test from UtilTest (0 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (0 ms total)
[ PASSED ] 1 test.
/usr/bin/python tools/test.py --mode=release message parallel sequential -J
=== release test-process-chdir ===
Path: parallel/test-process-chdir
assert.js:89
throw new assert.AssertionError({
^
AssertionError: '/Users/tito/Desktop/node-v4.1.1/test/tmp.5/weird 쎤쎫쎯 characters áâã' === '/Users/tito/Desktop/node-v4.1.1/test/tmp.5/weird 쎤쎫쎯 characters áâã'
at Object.<anonymous> (/Users/tito/Desktop/node-v4.1.1/test/parallel/test-process-chdir.js:20:8)
at Module._compile (module.js:434:26)
at Object.Module._extensions..js (module.js:452:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:475:10)
at startup (node.js:117:18)
at node.js:951:3
Command: out/Release/node /Users/tito/Desktop/node-v4.1.1/test/parallel/test-process-chdir.js
[01:09|% 100|+ 918|- 1]: Done
make: *** [test] Error 1
I have reproduced this easily. I applied the following patch to test the output:
Hello,
Running the tests on v4.1.1 reveals one failure:
I have reproduced this easily. I applied the following patch to test the output:
The results looks like this:
The text was updated successfully, but these errors were encountered: