Browse Source

Bump test262 from `1a0b9d2` to `1db9a49` (#3267)

* Bump test262 from `1a0b9d2` to `1db9a49`

Bumps [test262](https://github.com/tc39/test262) from `1a0b9d2` to `1db9a49`.
- [Commits](1a0b9d23f2...1db9a49eb9)

---
updated-dependencies:
- dependency-name: test262
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add feature `promise-with-resolvers`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jedel1043 <jedel0124@gmail.com>
pull/3284/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
21d2afeafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      boa_tester/src/edition.rs
  2. 2
      test262
  3. 4
      test_ignore.toml

4
boa_tester/src/edition.rs

@ -80,6 +80,10 @@ static FEATURE_EDITION: phf::Map<&'static str, SpecEdition> = phf::phf_map! {
// https://github.com/tc39/proposal-iterator-helpers
"iterator-helpers" => SpecEdition::ESNext,
// Promise.withResolvers
// https://github.com/tc39/proposal-promise-with-resolvers
"promise-with-resolvers" => SpecEdition::ESNext,
// Part of the next ES15 edition
"Atomics.waitAsync" => SpecEdition::ESNext,
"regexp-v-flag" => SpecEdition::ESNext,

2
test262

@ -1 +1 @@
Subproject commit 1a0b9d23f241abc2f0abf73cc397f3390c7d9960
Subproject commit 1db9a49eb93fd99f97100bf8ebceabf4d45949e3

4
test_ignore.toml

@ -15,7 +15,6 @@ features = [
"Intl.RelativeTimeFormat",
"Intl-enumeration",
### Pending proposals
# https://github.com/tc39/proposal-intl-locale-info
@ -66,6 +65,9 @@ features = [
# https://github.com/tc39/proposal-iterator-helpers
"iterator-helpers",
# https://github.com/tc39/proposal-promise-with-resolvers
"promise-with-resolvers",
### Non-standard
"caller",

Loading…
Cancel
Save