Fix test262 excludelist update on Windows (#4185)
JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
committed by
GitHub
parent
c013fade26
commit
f834340608
@@ -110,6 +110,7 @@ def update_exclude_list(args):
|
|||||||
match = re.match('(=== )?(.*) (?:failed|passed) in (?:non-strict|strict)', line)
|
match = re.match('(=== )?(.*) (?:failed|passed) in (?:non-strict|strict)', line)
|
||||||
if match:
|
if match:
|
||||||
(unexpected, test) = match.groups()
|
(unexpected, test) = match.groups()
|
||||||
|
test = test.replace('\\', '/')
|
||||||
if unexpected:
|
if unexpected:
|
||||||
failing_tests.add(test + '.js')
|
failing_tests.add(test + '.js')
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user