Skip to content
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

tests: Rebuild AAC decoding test without network permission to make it work in FP #19022

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

torokati44
Copy link
Member

I had to add the -use-network=false argument to MXMLC, so that Flash Player allows the SWF to access the local FLV files.
Ruffle doesn't care about this yet, so the test was technically passing.

@torokati44 torokati44 added A-tests Area: Tests & Test Framework T-compat Type: Compatibility with Flash Player labels Dec 20, 2024
@kjarosh
Copy link
Member

kjarosh commented Dec 20, 2024

Just curious: how did you make sure it works in FP with network enabled? 🤔

@torokati44
Copy link
Member Author

torokati44 commented Dec 20, 2024

The SWF was probably built with Flash first, when I made the original test, then later I made some minor cleanups (like comments, formatting, output format, or increased tolerances), and rebuilt it with MXMLC. I think.

@kjarosh kjarosh merged commit 412da77 into ruffle-rs:master Dec 20, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tests Area: Tests & Test Framework T-compat Type: Compatibility with Flash Player
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants