-
-
Notifications
You must be signed in to change notification settings - Fork 409
/
Copy pathtest262_config.toml
87 lines (64 loc) · 2.22 KB
/
test262_config.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
80
81
82
83
84
85
86
87
commit = "8296db887368bbffa3379f995a1e628ddbe8421f"
[ignored]
# Not implemented yet:
flags = []
features = [
### Unimplemented features:
"FinalizationRegistry",
"IsHTMLDDA",
"symbols-as-weakmap-keys",
"Intl.DisplayNames",
"Intl.RelativeTimeFormat",
"Intl-enumeration",
### Pending proposals
# https://github.com/tc39/proposal-intl-locale-info
"Intl.Locale-info",
# https://github.com/tc39/proposal-regexp-legacy-features
"legacy-regexp",
# Import Attributes
# https://github.com/tc39/proposal-import-attributes/
"import-attributes",
# https://github.com/tc39/proposal-import-attributes
"import-assertions",
# https://github.com/tc39/proposal-defer-import-eval
"import-defer",
# https://github.com/tc39/proposal-iterator-sequencing
"iterator-sequencing",
# https://github.com/tc39/proposal-json-modules
"json-modules",
# https://github.com/tc39/proposal-realms
"ShadowRealm",
# 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",
# RegExp.escape
# https://github.com/tc39/proposal-regex-escaping
"RegExp.escape",
# https://github.com/tc39/proposal-iterator-helpers
"iterator-helpers",
# Set methods
# https://github.com/tc39/proposal-set-methods
"set-methods",
# Uint8Array Base64
# https://github.com/tc39/proposal-arraybuffer-base64
"uint8array-base64",
### Non-standard
"caller",
]
tests = [
# Should throw an OOM error instead of filling the whole RAM.
"test/staging/sm/String/replace-math.js",
# Panics
"test/staging/sm/expressions/optional-chain-first-expression.js",
"test/staging/sm/regress/regress-554955-2.js",
"test/staging/sm/class/fields-static-class-name-binding-eval.js",
"test/staging/sm/regress/regress-554955-1.js",
"test/staging/sm/regress/regress-554955-3.js"
]