Make run-tests --jerry-tests --jerry-test-suite work on Windows too (#3260)

Changes:
* Bash based runners/run-test-suite.sh runner replaced with a python runner
* Common util functions moved to util.py
* Fixed EOL issues in tests directory

JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu
This commit is contained in:
Csaba Osztrogonác
2019-11-06 15:12:50 +01:00
committed by Dániel Bátyai
parent 525c35f148
commit 44b1b9855d
10 changed files with 326 additions and 287 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ ignore-imports=no
[DESIGN]
# Maximum number of arguments for function / method
max-args=5
max-args=6
# Argument names that match this expression will be ignored. Default to name
# with leading underscore