Skip to content

tests: Compile SWFs *before* loading them#23989

Merged
Dinnerbone merged 1 commit into
ruffle-rs:masterfrom
moulins:compile-tests-first
Jun 15, 2026
Merged

tests: Compile SWFs *before* loading them#23989
Dinnerbone merged 1 commit into
ruffle-rs:masterfrom
moulins:compile-tests-first

Conversation

@moulins

@moulins moulins commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Otherwise the test runner will either fail to load the SWF (if it doesn't exist yet), or load the wrong version (if the source code changed).

Checklist

  • I, a human, have self-reviewed this PR and fully understand the changes within.
  • [N/A] I have made or updated tests where possible.
  • All of my commits are properly scoped, compile successfully, and pass all tests.
  • This PR does not make sense to split up into smaller PRs.
  • An LLM was involved in the authoring of this code.

Otherwise the test runner will either fail to load the SWF (if it doesn't exist yet),
or load the wrong version (if the source code changed).
@moulins moulins added A-tests Area: Tests & Test Framework T-fix Type: Bug fix (in something that's supposed to work already) labels Jun 15, 2026
@Dinnerbone Dinnerbone merged commit 206be4f into ruffle-rs:master Jun 15, 2026
24 of 26 checks passed
@moulins moulins deleted the compile-tests-first branch June 15, 2026 21:55
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-fix Type: Bug fix (in something that's supposed to work already)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants