potion icon indicating copy to clipboard operation
potion copied to clipboard

1 out of 282 tests failed

Open cbjuju opened this issue 4 years ago • 3 comments

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 ?

cbjuju avatar Mar 06 '21 06:03 cbjuju

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

rurban avatar Mar 07 '21 18:03 rurban

I think this is fixed?

iacore avatar Jul 08 '23 22:07 iacore

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

rurban avatar Jul 09 '23 07:07 rurban