Install the remainder of tests that currently pass, but needed to have child clips removed

This commit is contained in:
David Wendt 2019-10-11 19:09:55 -04:00
parent d909fb01bb
commit b3c955b4d8
10 changed files with 17 additions and 0 deletions

View File

@ -49,6 +49,9 @@ swf_tests! {
(typeof_globals, "avm1/typeof_globals", 1),
(closure_scope, "avm1/closure_scope", 1),
(variable_args, "avm1/variable_args", 1),
(custom_clip_methods, "avm1/custom_clip_methods", 3),
(delete, "avm1/delete", 3),
(timeline_function_def, "avm1/timeline_function_def", 3),
}
/// Loads an SWF and runs it through the Ruffle core for a number of frames.

View File

@ -0,0 +1,4 @@
global function call
tracealike: I was called as a method!
tracealike: I was called by the child movie clip!
child stopped via child_function

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,3 @@
x: thing
x: thing
x: undefined

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,7 @@
timeline frame 1
timeline frame 2
timeline frame 3
Global function call
just called global function
Global trace called: traced from frame 3!
just called local function

Binary file not shown.

Binary file not shown.