-
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. The tests that were currently marked as expected to fail were not added to upstream test262 yet, so they are removed from expected-failures.txt.
- Loading branch information
Showing
8 changed files
with
20 additions
and
33 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/tc39/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,2 @@ | ||
# Bug: https://github.com/tc39/proposal-temporal/issues/1791 | ||
Duration/constructor/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 | ||
# 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