From 210132eed7975e9ef7268ed4cede07c0520a09ae Mon Sep 17 00:00:00 2001 From: Anna Antipina Date: Tue, 11 Oct 2022 14:14:45 +0300 Subject: [PATCH] remove fixed tests from irtoc skiplist Signed-off-by: Anna Antipina --- test/hermes-excluded.txt | 3 +-- test/test262-ignored.txt | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/test/hermes-excluded.txt b/test/hermes-excluded.txt index 5d72ed910..2bff775f4 100644 --- a/test/hermes-excluded.txt +++ b/test/hermes-excluded.txt @@ -274,5 +274,4 @@ weakmap.js weakref_basic.js weakset.js for_in_bigloop.js -ordered-hash-map-invariant.js -symbolid_marking.js \ No newline at end of file +ordered-hash-map-invariant.js \ No newline at end of file diff --git a/test/test262-ignored.txt b/test/test262-ignored.txt index f03d47c75..b4bad6aa2 100644 --- a/test/test262-ignored.txt +++ b/test/test262-ignored.txt @@ -1,13 +1 @@ -# panda #9301 -harness/deepEqual-object.js -built-ins/TypedArrayConstructors/internals/Get/key-is-not-canonical-index.js -built-ins/TypedArrayConstructors/from/mapfn-is-not-callable.js - -# panda #9300 -language/expressions/class/async-gen-method/yield-star-async-throw.js -language/expressions/class/async-gen-method-static/yield-star-async-throw.js -language/statements/class/async-gen-method/yield-star-async-throw.js -language/statements/class/async-gen-method-static/yield-star-async-throw.js -language/statements/for-await-of/async-func-decl-dstr-obj-rest-skip-non-enumerable.js - language/expressions/left-shift/S11.7.1_A4_T4.js -- Gitee