Here's what I get:
$ tup
[ tup ] [0.000s] Scanning filesystem...
[ tup ] [0.039s] Reading in new environment variables...
[ tup ] [0.039s] No Tupfiles to parse.
[ tup ] [0.039s] No files to delete.
[ tup ] [0.049s] Executing Commands...
* 1) TEST test/core/g110.ijs
test/core/g110.ijs: failed
|NaN error: sgn
| test x=:o._10+?5 10$20
|[-8] test/core/g110.ijs
*** tup errors ***
*** Command ID=1401 failed with return value 1
tup error: Expected to write to file 'build/test/g110.ijs.pass' from cmd 1401 but didn't
*** Additionally, command 1401 failed to process input dependencies. These should probably be fixed before addressing the command failure.
2) [0.042s] TEST test/core/g111a.ijs
3) [0.051s] TEST test/core/g110s.ijs
4) [0.052s] TEST test/core/g111.ijs
[ ETA~=5s Remaining=312 Active=0 ] 1%
*** tup: 1 job failed.
I examined the test more closely with unbox/bin/jconsole, and it appears to fail when there are zeros present in the x table, but it succeeds when there are no zeros.
Here's what I get:
I examined the test more closely with
unbox/bin/jconsole, and it appears to fail when there are zeros present in thextable, but it succeeds when there are no zeros.