Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with building on 32-bit without bad values support. #4

Closed
eundas opened this issue Mar 1, 2013 · 3 comments
Closed

Problem with building on 32-bit without bad values support. #4

eundas opened this issue Mar 1, 2013 · 3 comments

Comments

@eundas
Copy link

eundas commented Mar 1, 2013

I built on 32-bit without bad values and got this:

Test Summary Report

t/pdl_from_string.t (Wstat: 65280 Tests: 32 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 113 tests but ran 32.
t/ufunc.t (Wstat: 0 Tests: 19 Failed: 0)
TODO passed: 18-19
Files=124, Tests=1297, 16 wallclock secs ( 0.30 usr 0.08 sys + 9.96 cusr 0.88 csys = 11.22 CPU)
Result: FAIL
Failed 1/124 test programs. 0/1297 subtests failed.
make: *** [test_dynamic] Error 255

@zmughal
Copy link
Member

zmughal commented Feb 22, 2015

According to Travis-CI builds, the build still fails tests when compiled without badval support.

From Build #56.8:

Test Summary Report
-------------------
t/fits.t                  (Wstat: 0 Tests: 90 Failed: 0)
  TODO passed:   13, 17, 26, 30, 39, 45, 51, 60
t/inline-comment-test.t   (Wstat: 0 Tests: 3 Failed: 0)
  TODO passed:   3
t/iotypes.t               (Wstat: 0 Tests: 7 Failed: 0)
  TODO passed:   1-7
t/pdl_from_string.t       (Wstat: 65280 Tests: 32 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 113 tests but ran 32.
t/transform.t             (Wstat: 0 Tests: 25 Failed: 0)
  Parse errors: Bad plan.  You planned 27 tests but ran 25.
t/ufunc.t                 (Wstat: 0 Tests: 35 Failed: 0)
  TODO passed:   14-18, 24-35
Files=128, Tests=1668, 27 wallclock secs ( 0.68 usr  0.22 sys + 26.11 cusr  2.88 csys = 29.89 CPU)
Result: FAIL

@mohawk2
Copy link
Member

mohawk2 commented Mar 1, 2015

It's not on master yet, but this fixes the issue which was just problems with the tests: 9735378

@mohawk2
Copy link
Member

mohawk2 commented Mar 2, 2015

Now merged. Closing.

@mohawk2 mohawk2 closed this as completed Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants