Skip to content

Commit

Permalink
tests: Add failing test for queued gotos in AVM2 framescripts
Browse files Browse the repository at this point in the history
This minimally reproduces #12069 and #10113
  • Loading branch information
n0samu authored and Dinnerbone committed Aug 17, 2023
1 parent 9328caa commit 5618ebe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/tests/swfs/avm2/goto_framescript_queued/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
frame: 1, isPlaying: false
frame: 1, isPlaying: false
frame: 2, isPlaying: true
frame: 3, isPlaying: true
frame: 3, isPlaying: true
frame: 4, isPlaying: true
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/tests/swfs/avm2/goto_framescript_queued/test.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
num_ticks = 5
known_failure = true

0 comments on commit 5618ebe

Please sign in to comment.