-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run test262 tests from a git submodule
Instead of an in-tree checkout use a git submodule of test262 so we can pin the tests to a particular commit and pull in updates when we are ready for them. Requires some changes in various paths. (NOTE: This is currently pinned to ptomato/test262's temporal-tests branch. Needs to be updated to point to tc39/test262's main branch once tc39/test262#3223 is merged.)
- Loading branch information
Showing
8 changed files
with
27 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "polyfill/test262"] | ||
path = polyfill/test262 | ||
url = https://github.com/ptomato/test262 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# Bug: https://github.com/tc39/proposal-temporal/issues/1791 | ||
Duration/constructor/compare/relativeto-string-datetime.js | ||
built-ins/Temporal/Duration/compare/relativeto-string-datetime.js | ||
|
||
# Blocked on https://github.com/tc39/proposal-temporal/issues/1685 | ||
# (MoveRelativeDate should pass undefined as options) | ||
Duration/constructor/compare/calendar-dateadd-called-with-options-undefined.js | ||
Duration/prototype/round/calendar-dateadd-called-with-options-undefined.js | ||
Duration/prototype/total/calendar-dateadd-called-with-options-undefined.js | ||
ZonedDateTime/prototype/since/calendar-dateadd-called-with-options-undefined.js | ||
ZonedDateTime/prototype/until/calendar-dateadd-called-with-options-undefined.js | ||
built-ins/Temporal/Duration/compare/calendar-dateadd-called-with-options-undefined.js | ||
built-ins/Temporal/Duration/prototype/round/calendar-dateadd-called-with-options-undefined.js | ||
built-ins/Temporal/Duration/prototype/total/calendar-dateadd-called-with-options-undefined.js | ||
built-ins/Temporal/ZonedDateTime/prototype/since/calendar-dateadd-called-with-options-undefined.js | ||
built-ins/Temporal/ZonedDateTime/prototype/until/calendar-dateadd-called-with-options-undefined.js | ||
|
||
# Blocked on https://github.com/tc39/test262/pull/3188 | ||
built-ins/Temporal/Calendar/prototype/fields/long-input.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters