mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Sync WebIDL.py with gecko
This commit is contained in:
parent
5fdc7c0d2c
commit
56f31c85ef
35 changed files with 727 additions and 221 deletions
|
@ -62,7 +62,7 @@ def run_tests(tests, verbose):
|
|||
harness.start()
|
||||
try:
|
||||
_test.WebIDLTest.__call__(WebIDL.Parser(), harness)
|
||||
except Exception, ex:
|
||||
except Exception as ex:
|
||||
print("TEST-UNEXPECTED-FAIL | Unhandled exception in test %s: %s" % (testpath, ex))
|
||||
traceback.print_exc()
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue