You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packagemanager: genuine failures in tst/PackageManager.tst:
already line 12 fails: RemoveDirectoryRecursively(Filename(Directory(dir), "bin")); results in Error, dirname must be a directory
next CompilePackage("curlInterface"); fails, but we get no hint as to why?
polycyclic: genuine failure (endless loop?)
recog: genuine failure
Also, yangbaxter sometimes fails, due to overrunning the timeout we set for the tests. Its runtime seem to fluctuate heavily, likely due to randomization?
The text was updated successfully, but these errors were encountered:
Status of "failing" package tests:
packagemanager
: genuine failures intst/PackageManager.tst
:RemoveDirectoryRecursively(Filename(Directory(dir), "bin"));
results inError, dirname must be a directory
CompilePackage("curlInterface");
fails, but we get no hint as to why?polycyclic
: genuine failure (endless loop?)recog
: genuine failureAlso,
yangbaxter
sometimes fails, due to overrunning the timeout we set for the tests. Its runtime seem to fluctuate heavily, likely due to randomization?The text was updated successfully, but these errors were encountered: