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
I downloaded the vanilla source code (main branch), and ran tests. I see a lot of tests fail.
I know that tests should not fail because of CI
Running Ubuntu 22.04.5 LTS on WSL. Python 3.10.12.
test_pattern_gradient_stroke_fill_opacity probably fails because of a bug in Ghostscript that’s now been fixed. It’s marked as passing since 65, because all the CI platforms now have a versions of Ghostscript that’s recent enough.
For all the other tests, it looks like there’s a problem with the custom font we use (called weasyprint). These tests used to pass on CI with Ubuntu 22.04.
Running Ubuntu 22.04.5 LTS on WSL. Python 3.10.12.
I bet WSL is somehow related to this problem, we’ve never launched tests with this setup. Could you please try @font-face and tell us if it works on WSL?
You can also try to install the tests/resources/weasyprint.otf font and see if it fixes most of the tests (not all, because we have different weasyprint fonts).
I downloaded the vanilla source code (main branch), and ran tests. I see a lot of tests fail.
I know that tests should not fail because of CI
Running Ubuntu 22.04.5 LTS on WSL. Python 3.10.12.
Commands that I launched:
These are the results:
Any idea of what am I doing wrong? Thank you!
Full log attached.
test-results.txt
The text was updated successfully, but these errors were encountered: