tests: Add test for parent-child execution order

(currently fails)
This commit is contained in:
Mike Welsh 2019-10-12 12:57:13 -07:00
parent e02204a78f
commit 008581f1bd
4 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ macro_rules! swf_tests {
// The test folder is a relative to core/tests/swfs
// Inside the folder is expected to be "test.swf" and "output.txt" with the correct output.
swf_tests! {
(execution_order, "avm1/execution_order", 3),
(single_frame, "avm1/single_frame", 2),
(looping, "avm1/looping", 6),
(goto_advance1, "avm1/goto_advance1", 10),

View File

@ -0,0 +1,5 @@
root 1
child 1
child 2
root 2
root 3

Binary file not shown.

Binary file not shown.