forked from boa-dev/boa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_ignore.toml
79 lines (56 loc) · 1.99 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Not implemented yet:
flags = []
features = [
### Unimplemented features:
"SharedArrayBuffer",
"FinalizationRegistry",
"IsHTMLDDA",
"Atomics",
"change-array-by-copy",
"symbols-as-weakmap-keys",
"intl-normative-optional",
"Intl.DisplayNames",
"Intl.RelativeTimeFormat",
"Intl-enumeration",
### Pending proposals
# https://github.com/tc39/proposal-intl-locale-info
"Intl.Locale-info",
# https://github.com/tc39/proposal-intl-numberformat-v3
"Intl.NumberFormat-v3",
# https://github.com/tc39/proposal-regexp-legacy-features
"legacy-regexp",
# https://github.com/tc39/proposal-import-attributes
"import-assertions",
# https://github.com/tc39/proposal-json-modules
"json-modules",
# https://github.com/tc39/proposal-resizablearraybuffer
"resizable-arraybuffer",
# https://github.com/tc39/proposal-arraybuffer-transfer
"arraybuffer-transfer",
# https://github.com/tc39/proposal-temporal
"Temporal",
# https://github.com/tc39/proposal-realms
"ShadowRealm",
# https://github.com/tc39/proposal-array-grouping
"array-grouping",
# https://github.com/tc39/proposal-intl-duration-format
"Intl.DurationFormat",
# https://github.com/tc39/proposal-decorators
"decorators",
# https://github.com/tc39/proposal-duplicate-named-capturing-groups
"regexp-duplicate-named-groups",
# https://github.com/tc39/proposal-array-from-async
"Array.fromAsync",
# https://github.com/tc39/proposal-json-parse-with-source
"json-parse-with-source",
# https://github.com/tc39/proposal-iterator-helpers
"iterator-helpers",
### 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"]