btq-ag / keelung-stdlib

Standard Library of Keelung
Apache License 2.0
0 stars 1 forks source link

Posseidon tests failing #9

Open oxarbitrage opened 11 months ago

oxarbitrage commented 11 months ago

Hey, just to report the Poseidon tests are failing:

alfredogarcia@alfredos-mbp keelung-stdlib % stack test
keelung-stdlib> test (suite: keelung-stdlib-test)

Tests
  Interpreted
    1:  
keelung-stdlib> Test suite keelung-stdlib-test failed
Test suite failure for package keelung-stdlib-0.1.0.0
    keelung-stdlib-test:  exited with: ExitFailure (-11)
Logs printed to console

alfredogarcia@alfredos-mbp keelung-stdlib % 

I commented out all the tests except for the first 2 in here and they pass so the problem seems to be in the larger ones:

alfredogarcia@alfredos-mbp keelung-stdlib % stack test
keelung-stdlib> test (suite: keelung-stdlib-test)

Tests
  Interpreted
    1: [18586133768512220936620570745912940619677854269274689475585506675881198879027]
[18586133768512220936620570745912940619677854269274689475585506675881198879027]
OK (0.03s)
    2: [12326503012965816391338144612242952408728683609716147019497703475006801258307]
[12326503012965816391338144612242952408728683609716147019497703475006801258307]
OK (0.04s)

All 2 tests passed (0.04s)

keelung-stdlib> Test suite keelung-stdlib-test passed
alfredogarcia@alfredos-mbp keelung-stdlib % 

I am on a mac, unsure if that could be an issue. I might try in linux soon.

banacorn commented 11 months ago

Looks like the same issue as in https://github.com/btq-ag/keelung-compiler/issues/35

oxarbitrage commented 11 months ago

Looks like the same issue as in https://github.com/btq-ag/keelung-compiler/issues/35

Thanks, if this is the case, it is good to know is unrelated to what was done in my project.