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

1 out of 282 tests failed #106

Open
cbjuju opened this issue Mar 6, 2021 · 3 comments
Open

1 out of 282 tests failed #106

cbjuju opened this issue Mar 6, 2021 · 3 comments

Comments

@cbjuju
Copy link

cbjuju commented Mar 6, 2021

I built potion using the command sudo make. When I tried to test the build, I ran make test. 1 out of 282 tests failed saying that the recipe for the target test has failed. As far as I can tell two of the prerequisites of the target test are not available :

test: pn libs test/api/potion-test${EXE} test/api/gc-test${EXE}
	test/runtests.sh -q

I cannot see anything called pn or libs in the directory containing the makefile, although there is a lib. Did I do something wrong ?

@rurban
Copy link
Member

rurban commented Mar 7, 2021

I think I haven't fixed the sort test yet. I wanted to change it completely to take a lambda block argument

@cbjuju cbjuju closed this as completed Mar 8, 2021
@rurban rurban reopened this Mar 8, 2021
@iacore
Copy link

iacore commented Jul 8, 2023

I think this is fixed?

@rurban
Copy link
Member

rurban commented Jul 9, 2023

No, because sort is still not implemented as lambda, and thus the test still fails

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

3 participants