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

Tests Fail #3

Open
zoffixznet opened this issue Dec 4, 2015 · 1 comment
Open

Tests Fail #3

zoffixznet opened this issue Dec 4, 2015 · 1 comment

Comments

@zoffixznet
Copy link
Contributor

Hi, during the ecosystem check, I found that this distribution's tests currrently fail:

==> Fetching Math::ContinuedFractions
==> Building Math::ContinuedFractions
==> Testing Math::ContinuedFractions
t/00-experiments.t .. ok

# Failed test 'With the correct value'
# at t/01-basics.t line 14
# expected: '3'
#      got: '3 4 12 4'

# Failed test 'Still with the correct value'
# at t/01-basics.t line 17
# expected: '3'
#      got: '3 4 12 4'

# Failed test 'Still has the correct value'
# at t/01-basics.t line 20
# expected: '3'
#      got: '3 4 12 4'

# Failed test 'With the correct value'
# at t/01-basics.t line 14
# expected: '12'
#      got: '4'

# Failed test 'Still with the correct value'
# at t/01-basics.t line 17
# expected: '12'
#      got: '4'

# Failed test 'Still has the correct value'
# at t/01-basics.t line 20
# expected: '12'
#      got: '4'

# Failed test 'With the correct value'
# at t/01-basics.t line 14
# expected: '-4.2'
#      got: '4'

# Failed test 'Still with the correct value'
# at t/01-basics.t line 17
# expected: '-4.2'
#      got: '4'

# Failed test 'Still has the correct value'
# at t/01-basics.t line 20
# expected: '-4.2'
#      got: '4'

# Failed test 'With the correct value'
# at t/01-basics.t line 14
# expected: '1'
#      got: '-5'

# Failed test 'Still with the correct value'
# at t/01-basics.t line 17
# expected: '1'
#      got: '-5'

# Failed test 'Still has the correct value'
# at t/01-basics.t line 20
# expected: '1'
#      got: '-5'
Too few positionals passed; expected 2 arguments but got 1
  in block <unit> at t/01-basics.t:11

t/01-basics.t .......
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 12/42 subtests

Test Summary Report
-------------------
t/01-basics.t     (Wstat: 3072 Tests: 42 Failed: 12)
  Failed tests:  20, 22, 24, 26, 28, 30, 32, 34, 36, 38
                40, 42
  Non-zero exit status: 12
  Parse errors: No plan found in TAP output
Files=2, Tests=60,  3 wallclock secs ( 0.01 usr  0.01 sys +  3.49 cusr  0.12 csys =  3.63 CPU)
Result: FAIL
@AlexDaniel
Copy link

Pretty sure it is resolved in this PR: #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants