Changeset 692e6f1 for tests/test.py
- Timestamp:
- Apr 18, 2020, 9:08:18 AM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation
- Children:
- 66f3bae
- Parents:
- 76e2113 (diff), 64cf022 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
r76e2113 r692e6f1 243 243 return False, "" 244 244 except Exception as ex: 245 print("Unexpected error in worker thread : %s" % ex, file=sys.stderr)245 print("Unexpected error in worker thread running {}: {}".format(t.target(), ex), file=sys.stderr) 246 246 sys.stderr.flush() 247 247 return False, ""
Note: See TracChangeset
for help on using the changeset viewer.