- Timestamp:
- Jan 1, 2022, 11:14:35 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 12c1eef
- Parents:
- 7770cc8 (diff), db1ebed (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. - Location:
- tests
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/random.x64.txt
r7770cc8 r5235d49 1 1 õ 2 2 = 3 V 3 K 4 4 -911259971 5 5 6 6 -4 6 11 7 7 1232105397 8 8 0 9 1 89 11 10 10 -914096085 11 11 1 12 15 12 20 13 13 2077092859 14 14 1 15 1 115 12 16 16 0.677254 17 17 0.678106775246139 -
tests/.expect/random.x86.txt
r7770cc8 r5235d49 1 1 õ 2 2 = 3 V 3 K 4 4 -911259971 5 5 6 6 -4 6 11 7 7 1232105397 8 8 0 9 1 89 11 10 10 -914096085 11 11 1 12 15 12 20 13 13 2077092859 14 14 1 15 1 115 12 16 16 0.677254 17 17 0.678106775246139 -
tests/pybin/tools.py
r7770cc8 r5235d49 374 374 375 375 if not os.path.isfile(core): 376 return 1, "ERR No core dump "376 return 1, "ERR No core dump (limit soft: {} hard: {})".format(*resource.getrlimit(resource.RLIMIT_CORE)) 377 377 378 378 try:
Note: See TracChangeset
for help on using the changeset viewer.