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
I found that make test was failing in tst.jsfindrefs.js after some changes I made. And then they passed. And then they didn't. Here's two successive runs with no changes in between using unmodified bits from master @ 43ac5f6. This is using gcc 4.7.3 on joyent_20180921T223234Z.
$ /usr/node/bin/node --version
v0.10.26
$ PATH=/usr/node/bin:$PATH pfexec tools/catest test/standalone/tst.jsfindrefs.js
Configuration:
SRC: /home/mgerdts/mdb_v8
Output directory: /var/tmp/catest.670100
Temp directory: /var/tmp/catest.670100_tmpfiles
Keep successful test output: false
Found 1 test(s) to run
===================================================
Executing test test/standalone/tst.jsfindrefs.js ... success.
===================================================
Results:
Tests passed: 1/ 1
Tests failed: 0/ 1
===================================================
Cleaning up output from successful tests ... done.
$ PATH=/usr/node/bin:$PATH pfexec tools/catest test/standalone/tst.jsfindrefs.js
Configuration:
SRC: /home/mgerdts/mdb_v8
Output directory: /var/tmp/catest.670245
Temp directory: /var/tmp/catest.670245_tmpfiles
Keep successful test output: false
Found 1 test(s) to run
===================================================
Executing test test/standalone/tst.jsfindrefs.js ... FAILED.
>>> failure details in /var/tmp/catest.670245/failure.0
===================================================
Results:
Tests passed: 0/ 1
Tests failed: 1/ 1
===================================================
Cleaning up output from successful tests ... done.
I found that
make test
was failing intst.jsfindrefs.js
after some changes I made. And then they passed. And then they didn't. Here's two successive runs with no changes in between using unmodified bits from master @ 43ac5f6. This is using gcc 4.7.3 on joyent_20180921T223234Z.The text was updated successfully, but these errors were encountered: