tests: Add define_function2_preload test

This commit is contained in:
Mike Welsh 2020-02-19 15:15:35 -08:00
parent 19d0bf64a9
commit 10fb6c7c04
4 changed files with 7 additions and 0 deletions

View File

@ -156,6 +156,7 @@ swf_tests! {
(xml_inspect_parsexml, "avm1/xml_inspect_parsexml", 1), (xml_inspect_parsexml, "avm1/xml_inspect_parsexml", 1),
(funky_function_calls, "avm1/funky_function_calls", 1), (funky_function_calls, "avm1/funky_function_calls", 1),
(undefined_to_string_swf6, "avm1/undefined_to_string_swf6", 1), (undefined_to_string_swf6, "avm1/undefined_to_string_swf6", 1),
(define_function2_preload, "avm1/define_function2_preload", 1),
} }
// TODO: These tests have some inaccuracies currently, so we use approx_eq to test that numeric values are close enough. // TODO: These tests have some inaccuracies currently, so we use approx_eq to test that numeric values are close enough.

View File

@ -0,0 +1,6 @@
fake
fake
fake
_level0
[type Object]
undefined

Binary file not shown.

Binary file not shown.