From fdbd16a5d952d77eb0cd4395cd693d308479eff2 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Wed, 27 Nov 2019 21:11:03 +0100 Subject: [PATCH] Ignore extends_chain, that's NYI --- core/tests/regression_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/regression_tests.rs b/core/tests/regression_tests.rs index 6d286f621..d51391a58 100644 --- a/core/tests/regression_tests.rs +++ b/core/tests/regression_tests.rs @@ -64,7 +64,7 @@ swf_tests! { (movieclip_prototype_extension, "avm1/movieclip_prototype_extension", 1), (recursive_prototypes, "avm1/recursive_prototypes", 1), (has_own_property, "avm1/has_own_property", 1), - (extends_chain, "avm1/extends_chain", 1), + #[ignore] (extends_chain, "avm1/extends_chain", 1), (is_prototype_of, "avm1/is_prototype_of", 1), }