From 3cb8103a4db5a8508701be2fb82788c141080299 Mon Sep 17 00:00:00 2001 From: Iban Eguia Date: Mon, 22 Aug 2022 17:27:35 +0000 Subject: [PATCH] Ignored a bunch of tests for features that we do not implement (#2250) This Pull Request ignores a bunch of features in the Boa tester, since we do not implement those. The new "failures" were in fact false positives (for example, a parsing test that should fail, and it failed not because it detected wrong syntax, but because it didn't even understand it). I wanted to bring down the "failed" tests, and I was able to do it a bit, but not quite. One feature that I noticed was failing a lot was "async-iteration". It makes around 5k tests fail, but it also makes around 6k tests work, so I guess it's just 50% implemented. In any case, this gives a better overview on the real conformance. --- test_ignore.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test_ignore.txt b/test_ignore.txt index 321c3f7fdb..d84cc0e5fc 100644 --- a/test_ignore.txt +++ b/test_ignore.txt @@ -7,6 +7,22 @@ feature:SharedArrayBuffer feature:resizable-arraybuffer feature:Temporal feature:tail-call-optimization +feature:ShadowRealm +feature:FinalizationRegistry +feature:Atomics +feature:dynamic_import +feature:decorators + +// Non-implemented Intl features +feature:intl-normative-optional +feature:Intl.DurationFormat +feature:Intl.NumberFormat-v3 +feature:Intl.NumberFormat-unified +feature:Intl.ListFormat +feature:Intl.DisplayNames +feature:Intl.RelativeTimeFormat +feature:Intl.Segmenter +feature:Intl.Locale // Non-standard feature:caller