mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix test262 excludelist updater (#4021)
tools/run-tests.py --test262-es2015 update shouldn't remove comments and newlines in the excludelist file. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
parent
e8c5c46894
commit
b162e27418
@ -140,6 +140,8 @@ def update_exclude_list(args):
|
||||
exclude_file.write(line)
|
||||
else:
|
||||
new_passing_tests.add(test)
|
||||
else:
|
||||
exclude_file.write(line)
|
||||
|
||||
if failing_tests:
|
||||
print("New failing tests added to the excludelist")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user