Skip to content

Commit 4323155

Browse files
authored
Bump test262 to most recent commit (#4563)
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> This PR bumps main to the most recent test262 commit and adds the `intl-era-monthcode` feature and the `joint-iteration` feature.
1 parent f00e8f6 commit 4323155

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

test262_config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
commit = "ccf301650fdcbdbf125241a936b7017f19e68b36"
1+
commit = "32d19e309108c1a1c9b8eb0395b99268e510df29"
22

33
[ignored]
44
# Not implemented yet:
@@ -17,6 +17,7 @@ features = [
1717
"regexp-duplicate-named-groups",
1818
"iterator-helpers",
1919
"explicit-resource-management",
20+
"joint-iteration",
2021

2122
### Pending proposals
2223

tests/tester/src/edition.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ static FEATURE_EDITION: phf::Map<&'static str, SpecEdition> = phf::phf_map! {
105105
// https://github.com/tc39/proposal-import-attributes/
106106
"import-attributes" => SpecEdition::ESNext,
107107

108+
// Joint iteration
109+
// https://github.com/tc39/proposal-joint-iteration
110+
"joint-iteration" => SpecEdition::ESNext,
111+
108112
// JSON modules
109113
// https://github.com/tc39/proposal-json-modules
110114
"json-modules" => SpecEdition::ESNext,
@@ -117,6 +121,10 @@ static FEATURE_EDITION: phf::Map<&'static str, SpecEdition> = phf::phf_map! {
117121
// https://github.com/tc39/proposal-intl-duration-format
118122
"Intl.DurationFormat" => SpecEdition::ESNext,
119123

124+
// Intl.Era-monthcode
125+
// https://github.com/tc39/proposal-intl-era-monthcode
126+
"Intl.Era-monthcode" => SpecEdition::ESNext,
127+
120128
// Duplicate named capturing groups
121129
// https://github.com/tc39/proposal-duplicate-named-capturing-groups
122130
"regexp-duplicate-named-groups" => SpecEdition::ESNext,

0 commit comments

Comments
 (0)