On 6/9/26 11:09 PM, Waldek Hebisch wrote: > On Tue, Jun 09, 2026 at 10:49:10PM +0800, Qian Yun wrote: >> Latest commit 4778988f "Add openIfCan" added test >> that fails on Windows. >> >> Do you need me to debug it on Windows? > > I have no access to Windows. Test tries to create file in a root > directory of file system. If Windows allows this for ordinary user, > then I see no way for this test to pass on Windows. If there is > different problem, then it would be good to fix it. > > In principle we could make the test conditional, so that it is > skipped on Windows (that would require some work on "assertions"). >
I can't reproduce this test error locally. Probably because the Windows github actions runner is executed with Admin user. This test fails under Linux if run with root. I change the test from "output" to "input", and it passes. - Qian -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/fricas-devel/4926ad45-e337-441c-9d24-177abfc09383%40gmail.com.
