-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Temporal test262 tests are being removed from tc39/proposal-temporal (see tc39/proposal-temporal#1853 ) and moved to tc39/test262 where they will continue to be developed. Run them from a git submodule so we can pull in new upstream versions when we are ready for them. Instead of cloning tc39/proposal-temporal to run the tests, we copy the relevant parts of its test262 CI script. The files expected-failures.txt, parseResults.js, and preprocessor.test262.cjs are copied from there as well.
- Loading branch information
Showing
10 changed files
with
2,113 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ tsc-out/ | |
.vscode/* | ||
!.vscode/launch.json | ||
*.tgz | ||
test/tc39 |
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 "test262"] | ||
path = test262 | ||
url = https://github.com/ptomato/test262 |
Oops, something went wrong.