Closed
Bug 1733898
Opened 4 years ago
Closed 4 years ago
Support pagination when downloading a test262 pull request
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
95 Branch
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
test262-update.py --pull
allows downloading a test262 pull request, but the current implementation doesn't support pagination, which means downloading a large pull request like https://github.com/tc39/test262/pull/3199 only downloads the first few files instead of all files changed in the pull request.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P1
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0f58e89683f2
Support pagination when downloading a test262 pull request. r=mgaudet
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•