tests: Add goto_execution_order2 regression test

Tests execution order of children added during a goto.
This commit is contained in:
Mike Welsh 2020-01-28 03:34:03 -08:00
parent 7532e89aff
commit 81a1c05682
4 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ swf_tests! {
(goto_rewind2, "avm1/goto_rewind2", 10), (goto_rewind2, "avm1/goto_rewind2", 10),
(goto_rewind3, "avm1/goto_rewind3", 10), (goto_rewind3, "avm1/goto_rewind3", 10),
(goto_execution_order, "avm1/goto_execution_order", 3), (goto_execution_order, "avm1/goto_execution_order", 3),
(goto_execution_order2, "avm1/goto_execution_order2", 3),
(greaterthan_swf5, "avm1/greaterthan_swf5", 1), (greaterthan_swf5, "avm1/greaterthan_swf5", 1),
(greaterthan_swf8, "avm1/greaterthan_swf8", 1), (greaterthan_swf8, "avm1/greaterthan_swf8", 1),
(strictly_equals, "avm1/strictly_equals", 1), (strictly_equals, "avm1/strictly_equals", 1),

View File

@ -0,0 +1,2 @@
child 2
child 1

Binary file not shown.

Binary file not shown.