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 failing on stackage #250

Open
cdornan opened this issue Oct 16, 2020 · 2 comments
Open

Tests failing on stackage #250

cdornan opened this issue Oct 16, 2020 · 2 comments

Comments

@cdornan
Copy link

cdornan commented Oct 16, 2020

Tests are failing for egison on stackage (egison tests skipped for now on Hackage):

Test suite failure for package egison-4.1.1
    test:  executable not found

I am not sure exactly what has happened here — this is all I can find in the logs!

@egisatoshi
Copy link
Member

egisatoshi commented Oct 19, 2020

I am sorry that I am not sure of the reason for the error.
On our computers, the stack test command works successfully.
We've just cloned the repository and executed stack test.
Here is our log.

/Users/satoshi.egi% git clone git@github.com:egison/egison.git egison-tmp2
Cloning into 'egison-tmp2'...
Enter passphrase for key '/Users/satoshi.egi/.ssh/id_rsa': 
remote: Enumerating objects: 784, done.
remote: Counting objects: 100% (784/784), done.
remote: Compressing objects: 100% (252/252), done.
remote: Total 24929 (delta 562), reused 691 (delta 527), pack-reused 24145
Receiving objects: 100% (24929/24929), 8.51 MiB | 2.59 MiB/s, done.
Resolving deltas: 100% (14066/14066), done.
/Users/satoshi.egi% cd egison-tmp2/
/Users/satoshi.egi/egison-tmp2% stack test
StateVar                  > using precompiled package
backtracking              > using precompiled package
cabal-doctest             > using precompiled package
base-orphans              > using precompiled package
call-stack                > using precompiled package               
colour                    > using precompiled package               
contravariant             > using precompiled package         
dlist                     > using precompiled package         
HUnit                     > using precompiled package
...
:sample/math/geometry/hodge-laplacian-polar.egi: [OK]
:sample/math/number/17th-root-of-unity.egi: [OK]

         Test Cases   Total       
 Passed  24           24          
 Failed  0            0           
 Total   24           24          

egison                    > Test suite test passed
Completed 64 action(s).

@cdornan
Copy link
Author

cdornan commented Oct 19, 2020

That looks good — I will try enabling tests again.

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