From e4365b5b8978ffdb052cf8270bb4d7e3ccd9df12 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Mar 2023 17:16:34 +0000
Subject: [PATCH] Bump test262 from `d216cc1` to `9704d7f` (#2654)
Bumps [test262](https://github.com/tc39/test262) from `d216cc1` to `9704d7f`.
Commits
9704d7f
Add tests for the asyncItems argument to Array.fromAsync. (#3754)
53e5ef8
Add Temporal era/eraYear tests
c4d8f01
Array.fromAsync: Tests for mapfn and thisArg arguments
ba1e51c
Fix function-valued properties in propertyBagObserver
4f5eb40
Temporal: Test updates for mergeFields output property order
5ea8322
Clarify feature flags are per proposal
6bfcab1
Remove unused "Intl.DateTimeFormat-quarter" feature flag
7a5210d
Clean up feature flags for proposals in published standard
a58ae41
linter: Fix parsing features.txt
6e1b737
linter: Use same Python interpreter when executing script in subprocess
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Co-authored-by: jedel1043
---
test262 | 2 +-
test_ignore.toml | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/test262 b/test262
index d216cc1972..9704d7f22f 160000
--- a/test262
+++ b/test262
@@ -1 +1 @@
-Subproject commit d216cc197269fc41eb6eca14710529c3d6650535
+Subproject commit 9704d7f22f6342d6c4753ab9a8d62d6725de8c4e
diff --git a/test_ignore.toml b/test_ignore.toml
index 724dcd2695..66ef2009dc 100644
--- a/test_ignore.toml
+++ b/test_ignore.toml
@@ -31,6 +31,8 @@ features = [
"Intl.Locale-info",
# https://github.com/tc39/proposal-intl-enumeration
"Intl-enumeration",
+ # https://github.com/tc39/proposal-array-from-async
+ "Array.fromAsync",
# Non-standard
"caller",