From 534f1cf06c71095158ea54587b2c82f0f16cba80 Mon Sep 17 00:00:00 2001 From: David Wendt Date: Tue, 20 Dec 2022 19:07:26 -0500 Subject: [PATCH] tests: Adrian's tests look like they want 2 frames of execution --- tests/tests/regression_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests/regression_tests.rs b/tests/tests/regression_tests.rs index 447977bc0..80d41422c 100644 --- a/tests/tests/regression_tests.rs +++ b/tests/tests/regression_tests.rs @@ -362,8 +362,8 @@ swf_tests! { (as3_increment_i, "avm2/increment_i", 1), (as3_increment, "avm2/increment", 1), (as3_instanceof, "avm2/instanceof", 1), - (as3_instantiation_on_enter_frame, "avm2/instantiation_on_enter_frame", 1), - (as3_instantiation_on_enterframe_gotoandstop, "avm2/instantiation_on_enterframe_gotoandstop", 1), + (as3_instantiation_on_enter_frame, "avm2/instantiation_on_enter_frame", 2), + (as3_instantiation_on_enterframe_gotoandstop, "avm2/instantiation_on_enterframe_gotoandstop", 2), (as3_int_constr, "avm2/int_constr", 1), (as3_int_edge_cases, "avm2/int_edge_cases", 1), #[ignore] (as3_int_toexponential, "avm2/int_toexponential", 1), //Ignored because Flash Player has a print routine that adds extraneous zeros to things