grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
126 stars 24 forks source link

YMP_NNTest.no_digits and YMP_ZZTest.no_digits fail on Darwin PPC #348

Open barracuda156 opened 1 year ago

barracuda156 commented 1 year ago
98% tests passed, 2 tests failed out of 82

Total Test time (real) = 567.64 sec

The following tests FAILED:
     13 - YMP_NNTest.no_digits (Failed)
     28 - YMP_ZZTest.no_digits (Failed)
13/82 Testing: YMP_NNTest.no_digits
13/82 Test: YMP_NNTest.no_digits
Command: "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_yacas/yacas/work/build/cyacas/libyacas_mp/test/yacas_mp_test" "--gtest_filter=YMP_NNTest.no_digits"
Directory: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_yacas/yacas/work/build/cyacas/libyacas_mp/test
"YMP_NNTest.no_digits" start time: May 12 13:22 CST
Output:
----------------------------------------------------------
Running main() from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gtest/gtest/work/googletest-1.12.1/googletest/src/gtest_main.cc
Note: Google Test filter = YMP_NNTest.no_digits
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from YMP_NNTest
[ RUN      ] YMP_NNTest.no_digits
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_yacas/yacas/work/yacas-1.9.1/cyacas/libyacas_mp/test/src/nn_test.cpp:445: Failure
Expected equality of these values:
  NN("1234567890123456789").no_digits()
    Which is: 1
  19
[  FAILED  ] YMP_NNTest.no_digits (2 ms)
[----------] 1 test from YMP_NNTest (3 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (5 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] YMP_NNTest.no_digits

 1 FAILED TEST
<end of output>
Test time =   0.08 sec
----------------------------------------------------------
Test Failed.
"YMP_NNTest.no_digits" end time: May 12 13:22 CST
"YMP_NNTest.no_digits" time elapsed: 00:00:00
28/82 Testing: YMP_ZZTest.no_digits
28/82 Test: YMP_ZZTest.no_digits
Command: "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_yacas/yacas/work/build/cyacas/libyacas_mp/test/yacas_mp_test" "--gtest_filter=YMP_ZZTest.no_digits"
Directory: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_yacas/yacas/work/build/cyacas/libyacas_mp/test
"YMP_ZZTest.no_digits" start time: May 12 13:22 CST
Output:
----------------------------------------------------------
Running main() from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_gtest/gtest/work/googletest-1.12.1/googletest/src/gtest_main.cc
Note: Google Test filter = YMP_ZZTest.no_digits
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from YMP_ZZTest
[ RUN      ] YMP_ZZTest.no_digits
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_yacas/yacas/work/yacas-1.9.1/cyacas/libyacas_mp/test/src/zz_test.cpp:313: Failure
Expected equality of these values:
  ZZ(99).no_digits()
    Which is: 1
  2
[  FAILED  ] YMP_ZZTest.no_digits (3 ms)
[----------] 1 test from YMP_ZZTest (3 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (6 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] YMP_ZZTest.no_digits

 1 FAILED TEST
<end of output>
Test time =   0.08 sec
----------------------------------------------------------
Test Failed.
"YMP_ZZTest.no_digits" end time: May 12 13:22 CST
"YMP_ZZTest.no_digits" time elapsed: 00:00:00