aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2020-05-18Add --test262-es2015 option to run-tests.py (#3667)Csaba Osztrogonác
2020-04-21Implement missing hyperbolic Math functions from ES6 (#3670)Rafal Walczyna
2020-04-20Implement missing Math Inverse Hyperbolic functions (#3675)Rafal Walczyna
2020-04-20Implement missing Math.cbrt function from ES6 (#3680)Rafal Walczyna
2020-04-15Update Babel ReadMe (#3673)Daniella Barsony
2020-04-04Implement missing Math logarithm functions from ES6 (#3617)Rafal Walczyna
2020-03-30Bump reference platform to Ubuntu 18.04 LTS (#3037)Csaba Osztrogonác
2020-03-06Add es5.1 specific directory in jerry-test-suite (#3567)Hyukwoo Park
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2020-01-23Fix the build with enabled debugger on Windows (#3531)Csaba Osztrogonác