From cb921ef738af6471b1a9950b2b0d91d484380cef Mon Sep 17 00:00:00 2001 From: Lord-McSweeney Date: Tue, 17 Dec 2024 10:08:39 -0800 Subject: [PATCH] tests: Update and enable some tests --- tests/tests/swfs/avm2/verify_abnormal_loop/output.txt | 2 +- tests/tests/swfs/from_avmplus/as3/Vector/every/test.toml | 1 - .../swfs/from_avmplus/ecma3/TypeConversion/e9_9_1_rt/test.toml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/tests/swfs/avm2/verify_abnormal_loop/output.txt b/tests/tests/swfs/avm2/verify_abnormal_loop/output.txt index c46babdf9277..da421e24ed76 100644 --- a/tests/tests/swfs/avm2/verify_abnormal_loop/output.txt +++ b/tests/tests/swfs/avm2/verify_abnormal_loop/output.txt @@ -1 +1 @@ -ReferenceError: Error #1069: Property field not found on int and there is no default value. +ReferenceError: Error #1069: Property field not found on Number and there is no default value. diff --git a/tests/tests/swfs/from_avmplus/as3/Vector/every/test.toml b/tests/tests/swfs/from_avmplus/as3/Vector/every/test.toml index 661aaf82f605..cf6123969a1d 100644 --- a/tests/tests/swfs/from_avmplus/as3/Vector/every/test.toml +++ b/tests/tests/swfs/from_avmplus/as3/Vector/every/test.toml @@ -1,2 +1 @@ num_ticks = 1 -known_failure = true # https://github.com/ruffle-rs/ruffle/issues/12321 diff --git a/tests/tests/swfs/from_avmplus/ecma3/TypeConversion/e9_9_1_rt/test.toml b/tests/tests/swfs/from_avmplus/ecma3/TypeConversion/e9_9_1_rt/test.toml index 29f3cef79022..cf6123969a1d 100644 --- a/tests/tests/swfs/from_avmplus/ecma3/TypeConversion/e9_9_1_rt/test.toml +++ b/tests/tests/swfs/from_avmplus/ecma3/TypeConversion/e9_9_1_rt/test.toml @@ -1,2 +1 @@ num_ticks = 1 -known_failure = true