aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-02-18Add notification callback for Promise operations (#4595)Zoltan Herczeg
2021-02-16Update jerry debugger test-runner (#4597)kisbg
2021-02-09--engine parameter should be a file (#4585)Yonggang Luo
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-02-04Add --build-debug options for run-tests.py script. (#4456)Yonggang Luo
2021-02-04logging the crash properly when running test262-harness.py (#4472)Yonggang Luo
2021-02-04Move get_platform_cmd_prefix into util.py (#4495)Yonggang Luo
2021-02-04Make install_jerry work with MinGW (#4517)Yonggang Luo
2021-01-26Remove a wrong test not to slow down test262-es2015 (#4542)Csaba Osztrogonác
2021-01-22Fix test262 harness to handle async negative tests properly (#4526)Csaba Osztrogonác
2021-01-18Add expm1 test case to cover the k==1024 case (#4508)Yonggang Luo
2021-01-18Rework module parsing and execution (#4462)Dániel Bátyai
2021-01-18Get isfinite, isinf, and isnan right in jerry-math (#4497)Akos Kiss
2021-01-17Fixes timezone get on win32 (#4494)Yonggang Luo
2021-01-16Fix the test262 timeout on Windows (#4378)Yonggang Luo
2021-01-11Officially introduce amalgamated builds (#4416)Akos Kiss
2021-01-08Add --build-type to tools/build.py (#4409)Akos Kiss
2021-01-08Enable generating compile_commands.json (#4417)Robert Fancsik
2021-01-08Disable libjerry-math by default (#4428)Akos Kiss
2021-01-05Rename jerry-libm to jerry-math (#4410)Akos Kiss
2020-12-30Make test262-harness.py Python 3-compatible (#4381)Yonggang Luo
2020-12-07Add support test262 $262 global object support (#4329)kisbg
2020-12-04Run tests with mem-stress-test enabled (#4278)Dániel Bátyai
2020-11-17Add script to extract JerryScript version from headers (#4333)Akos Kiss
2020-11-16Run test262-esnext tests with larger heap (#4337)Csaba Osztrogonác
2020-11-02Fix the ESNext build with disabled JERRY_BUILTIN_PROXY (#4320)Ádám Kallai
2020-10-28Add lazy load of exclude_list in test262-harness (#4317)Ádám Kallai
2020-10-19Improve JerryScript debugger (#4299)Zoltan Herczeg
2020-09-28Fix a typo in case of single thread/process execution in test262 harness (#4223)Péter Gál
2020-09-14Allow parallel test execution in test262 for ES2015 and ESNEXT (#4182)Péter Gál
2020-09-14Fix test262 excludelist update on Windows (#4185)Csaba Osztrogonác
2020-08-13Optimize test262 runner (#4120)Csaba Osztrogonác
2020-08-06Fix whitespace ranges for ES.next profile (#4110)Dániel Bátyai
2020-08-04Make test262 output less verbose (#4108)Csaba Osztrogonác
2020-08-03Make Test262 results less verbose (#4090)Csaba Osztrogonác
2020-07-31Add --test262-esnext option to run-tests.py (#4027)Csaba Osztrogonác
2020-07-31Fix build with disabled ES2015 module system (#4084)Péter Gál
2020-07-24Fix values of properties that reference intrinsic function objects (#4024)Dániel Bátyai
2020-07-20Fix test262 excludelist updater (#4023)Csaba Osztrogonác
2020-07-20Update RegExp unicode mode case folding to conform to the standard (#4004)Dániel Bátyai
2020-07-20Fix test262 excludelist updater (#4021)Csaba Osztrogonác
2020-07-06Support Unicode supplementary planes (#3928)Robert Fancsik
2020-07-06Fix tools/runners/run-test-suite.py with Python 3.6 (#3982)Csaba Osztrogonác
2020-06-30Make test262-es2015 output more verbose (#3924)Csaba Osztrogonác
2020-06-18Fix signed-off check in tolerant mode (#3915)Robert Fancsik
2020-06-17Improve test262 ES2015 runner (#3892)Csaba Osztrogonác
2020-06-17Merge jerry-test-suite into jerry tests (#3907)Robert Fancsik
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-05-28Fix tools/run-tests.py --test262-es2015 (#3803)Csaba Osztrogonác
2020-05-22Fix vera++ rule to find expressions without space after parentheses (#3776)Rafal Walczyna