forked from boa-dev/boa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_ignore.toml
46 lines (39 loc) · 1.16 KB
/
test_ignore.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Not implemented yet:
flags = []
features = [
# Non-implemented features:
"json-modules",
"SharedArrayBuffer",
"resizable-arraybuffer",
"Temporal",
"ShadowRealm",
"FinalizationRegistry",
"Atomics",
"decorators",
"array-grouping",
"IsHTMLDDA",
"legacy-regexp",
"symbols-as-weakmap-keys",
# Non-implemented Intl features
"intl-normative-optional",
"Intl.DurationFormat",
"Intl.DisplayNames",
"Intl.RelativeTimeFormat",
# Stage 3 proposals
# https://github.com/tc39/proposal-intl-locale-info
"Intl.Locale-info",
# https://github.com/tc39/proposal-intl-enumeration
"Intl-enumeration",
# https://github.com/tc39/proposal-array-from-async
"Array.fromAsync",
# https://github.com/tc39/proposal-import-attributes
"import-assertions",
# Non-standard
"caller",
# RegExp tests that check individual codepoints.
# They are not useful considering the cpu time they waste.
"regexp-unicode-property-escapes",
]
# RegExp tests that check individual codepoints.
# They are not useful considering the cpu time they waste.
tests = ["CharacterClassEscapes", "NumberFormat"]