-
Notifications
You must be signed in to change notification settings - Fork 691
Using a single test262-harness.py for es5.1, es2015 and esnext. #4389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
08a46ab to
22cf7be
Compare
|
It seems that this PR is (ab)used again to replace local/private testing. @lygstate please, explain what you are doing and why. You have been requested not to do this, i.e., not to flood the project's CI (or maintainers' mailbox). Otherwise, I'll suggest maintainers to auto-close these PRs without any review. |
22cf7be to
18e8d98
Compare
Sorry for the disturb, I'll be carefull next time, this pull request depends two other pull request, and that worried me. |
b61a1ea to
2c86cd7
Compare
67ce629 to
1241453
Compare
|
@akosthekiss ready to review. |
8c5d5ae to
b66e99e
Compare
|
@akosthekiss please take a look |
|
@ossy-szeged May have time to review this? |
6395c4d to
89c96e3
Compare
89c96e3 to
14f6dd5
Compare
|
ping for merge |
6331814 to
80eaf81
Compare
Remove the need of tools/packaging/test262.py from test262 es5.1 branch. This script are not running the tests in parallel; so we can getting the es5.1 tests running faster. And it's not compatible with python3. We can use a single test262-harness.py to resolve compatibility problem. unmarked_default default to non_strict to match tools/packaging/test262.py Handling negative for es51 differently. For es5.1, the timeout should be None for waiting case finish with infinitely time JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
80eaf81 to
06d01e4
Compare
|
can this be merged now? |
Remove the need of tools/packaging/test262.py from test262 es5.1 branch.
This script are not running the tests in parallel; so we can getting the
es5.1 tests running faster.
And it's not compatible with python3. We can use a single test262-harness.py
to resolve compatibility problem.
This is a superset of #4379
And fixes #4384
Depends on:
#4378
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com