[q-lang-users] q 7.11 tests fail on Mac OS X
Brought to you by:
agraef
From: Ryan S. <rya...@us...> - 2008-06-08 12:01:11
|
I just ran the test suite on Mac OS X 10.4.11 Intel... It's not passing for me... Am I doing something wrong? ---> Testing q DEBUG: Executing org.macports.test (q) DEBUG: Environment: "MACOSX_DEPLOYMENT_TARGET"='10.4' DEBUG: Assembled command: 'cd "/mp/var/macports/build/ _Users_rschmidt_macports_dports_lang_q/work/q-7.11" && nice -n 1 make test' PATH="./src:/mp/bin:/mp/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/ bin" ./src/q -p "./stdlib:./modules/clib:./modules/clib" ./test.q Testing Q 7.11 (i386-apple-darwin8.11.1) TEST: local variables......... passed TEST: arithmetic.............. FAILED expected: (2,-1,4.0,0.5,181.0) got: (2,-1,4.4501477170164897e-308,0.99999999999999956,1.3499596723474909e-15 2) *** TEST FAILED, PLEASE CHECK INSTALLATION *** make: *** [test] Error 1 |