Improve error messages
* Print location on parser errors. * Do not print messages on parse error if FEATURE_ERROR_MESSAGES is not set. * Minor style fixes JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
+2
-2
@@ -62,8 +62,8 @@ class Options:
|
||||
|
||||
# Test options for unittests
|
||||
jerry_unittests_options = [
|
||||
Options('unittests', ['--unittests']),
|
||||
Options('unittests-debug', ['--unittests', '--debug']),
|
||||
Options('unittests', ['--unittests', '--error-messages=on']),
|
||||
Options('unittests-debug', ['--unittests', '--debug', '--error-messages=on']),
|
||||
]
|
||||
|
||||
# Test options for jerry-tests
|
||||
|
||||
Reference in New Issue
Block a user