-
-
Couldn't load subscription status.
- Fork 926
tests: Import actionscript.all tests from gnash #22050
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
base: master
Are you sure you want to change the base?
Conversation
|
Some tests fail when running coverage: They actually fail locally too for me. |
|
I think something's wrong with the We might want to write them in such a way that they rarely produce output, or (better IMO) modify them not to iterate over all integers, but only over edge cases. |
|
Regarding |
Yes. That exact ttf file was used on Windows to replace Times New Roman for those tests. |
|
Let's remove caseconv for now to unblock the rest of the tests, whilst we think of something better there |
dad42dd to
b688df5
Compare
On Windows? IIUC FP does not use fontconfig on Windows, no? |
Correct, I had to rename the font to Times New Roman, install it as a user font, and verify that the values changed when I did so, so it's picking up the custom font instead of the system font. |
|
I did some perf testing of those tests, and:
I think we should drop
|
Once again, way too many tests to detail - sadly.
All these tests surround a specific AS2 class, and the behaviour often changes per FP version - in these cases the output is in e.g.
fp10subfolder.All tests are ran on Windows using FP 9 -> 32. A
SharedObjecttest was skipped as we don't have support for this in out test framework yet.Summary is: