- Timestamp:
- Jan 5, 2022, 10:39:39 AM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 0ac728b
- Parents:
- e2853eb (diff), 6111f1f (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
-
.expect/random.x64.txt (modified) (1 diff)
-
.expect/random.x86.txt (modified) (1 diff)
-
algorithms/.expect/range_test.txt (added)
-
algorithms/range_test.cfa (added)
-
concurrent/.expect/ctor-check.txt (added)
-
concurrent/ctor-check.cfa (added)
-
pybin/tools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/random.x64.txt
re2853eb r6c53a93 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
re2853eb r6c53a93 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
re2853eb r6c53a93 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.