forked from aeonstasis/life-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaz5385-TestLife.out
180 lines (174 loc) · 8.12 KB
/
az5385-TestLife.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
==27529== Memcheck, a memory error detector
==27529== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==27529== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==27529== Command: ./TestLife
==27529==
Running main() from gtest_main.cc
[==========] Running 65 tests from 6 test cases.
[----------] Global test environment set-up.
[----------] 12 tests from ConwayFixture
[ RUN ] ConwayFixture.test_print_1
[ OK ] ConwayFixture.test_print_1 (14 ms)
[ RUN ] ConwayFixture.test_print_2
[ OK ] ConwayFixture.test_print_2 (3 ms)
[ RUN ] ConwayFixture.test_mutate_dtoa
[ OK ] ConwayFixture.test_mutate_dtoa (7 ms)
[ RUN ] ConwayFixture.test_mutate_dtod_1
[ OK ] ConwayFixture.test_mutate_dtod_1 (4 ms)
[ RUN ] ConwayFixture.test_mutate_dtod_2
[ OK ] ConwayFixture.test_mutate_dtod_2 (3 ms)
[ RUN ] ConwayFixture.test_mutate_atod_1
[ OK ] ConwayFixture.test_mutate_atod_1 (5 ms)
[ RUN ] ConwayFixture.test_mutate_atod_2
[ OK ] ConwayFixture.test_mutate_atod_2 (4 ms)
[ RUN ] ConwayFixture.test_mutate_atoa_1
[ OK ] ConwayFixture.test_mutate_atoa_1 (3 ms)
[ RUN ] ConwayFixture.test_mutate_atoa_2
[ OK ] ConwayFixture.test_mutate_atoa_2 (4 ms)
[ RUN ] ConwayFixture.test_clone_1
[ OK ] ConwayFixture.test_clone_1 (4 ms)
[ RUN ] ConwayFixture.test_clone_2
[ OK ] ConwayFixture.test_clone_2 (3 ms)
[ RUN ] ConwayFixture.test_clone_3
[ OK ] ConwayFixture.test_clone_3 (3 ms)
[----------] 12 tests from ConwayFixture (69 ms total)
[----------] 21 tests from FredkinFixture
[ RUN ] FredkinFixture.test_print_1
[ OK ] FredkinFixture.test_print_1 (3 ms)
[ RUN ] FredkinFixture.test_print_2
[ OK ] FredkinFixture.test_print_2 (3 ms)
[ RUN ] FredkinFixture.test_print_3
[ OK ] FredkinFixture.test_print_3 (2 ms)
[ RUN ] FredkinFixture.test_print_4
[ OK ] FredkinFixture.test_print_4 (13 ms)
[ RUN ] FredkinFixture.test_mutate_ignore_corners
[ OK ] FredkinFixture.test_mutate_ignore_corners (4 ms)
[ RUN ] FredkinFixture.test_mutate_dtod_1
[ OK ] FredkinFixture.test_mutate_dtod_1 (4 ms)
[ RUN ] FredkinFixture.test_mutate_dtod_2
[ OK ] FredkinFixture.test_mutate_dtod_2 (3 ms)
[ RUN ] FredkinFixture.test_mutate_dtod_3
[ OK ] FredkinFixture.test_mutate_dtod_3 (3 ms)
[ RUN ] FredkinFixture.test_mutate_atod_1
[ OK ] FredkinFixture.test_mutate_atod_1 (4 ms)
[ RUN ] FredkinFixture.test_mutate_atod_2
[ OK ] FredkinFixture.test_mutate_atod_2 (4 ms)
[ RUN ] FredkinFixture.test_mutate_atod_3
[ OK ] FredkinFixture.test_mutate_atod_3 (4 ms)
[ RUN ] FredkinFixture.test_mutate_dtoa_1
[ OK ] FredkinFixture.test_mutate_dtoa_1 (4 ms)
[ RUN ] FredkinFixture.test_mutate_dtoa_2
[ OK ] FredkinFixture.test_mutate_dtoa_2 (3 ms)
[ RUN ] FredkinFixture.test_mutate_atoa_1
[ OK ] FredkinFixture.test_mutate_atoa_1 (4 ms)
[ RUN ] FredkinFixture.test_mutate_atoa_2
[ OK ] FredkinFixture.test_mutate_atoa_2 (4 ms)
[ RUN ] FredkinFixture.test_preserve_age
[ OK ] FredkinFixture.test_preserve_age (4 ms)
[ RUN ] FredkinFixture.test_clone_1
[ OK ] FredkinFixture.test_clone_1 (4 ms)
[ RUN ] FredkinFixture.test_clone_2
[ OK ] FredkinFixture.test_clone_2 (3 ms)
[ RUN ] FredkinFixture.test_clone_3
[ OK ] FredkinFixture.test_clone_3 (4 ms)
[ RUN ] FredkinFixture.test_clone_4
[ OK ] FredkinFixture.test_clone_4 (3 ms)
[ RUN ] FredkinFixture.test_evolution
[ OK ] FredkinFixture.test_evolution (3 ms)
[----------] 21 tests from FredkinFixture (86 ms total)
[----------] 11 tests from CellFixture
[ RUN ] CellFixture.test_print_1
[ OK ] CellFixture.test_print_1 (3 ms)
[ RUN ] CellFixture.test_print_2
[ OK ] CellFixture.test_print_2 (2 ms)
[ RUN ] CellFixture.test_mutate_conway_1
[ OK ] CellFixture.test_mutate_conway_1 (7 ms)
[ RUN ] CellFixture.test_mutate_conway_2
[ OK ] CellFixture.test_mutate_conway_2 (4 ms)
[ RUN ] CellFixture.test_mutate_fredkin_1
[ OK ] CellFixture.test_mutate_fredkin_1 (5 ms)
[ RUN ] CellFixture.test_mutate_fredkin_2
[ OK ] CellFixture.test_mutate_fredkin_2 (4 ms)
[ RUN ] CellFixture.test_mutate_fredkin_evolve
[ OK ] CellFixture.test_mutate_fredkin_evolve (5 ms)
[ RUN ] CellFixture.test_copy_constructor_0
[ OK ] CellFixture.test_copy_constructor_0 (3 ms)
[ RUN ] CellFixture.test_copy_constructor_1
[ OK ] CellFixture.test_copy_constructor_1 (3 ms)
[ RUN ] CellFixture.test_copy_assignment_0
[ OK ] CellFixture.test_copy_assignment_0 (3 ms)
[ RUN ] CellFixture.test_copy_assignment_1
[ OK ] CellFixture.test_copy_assignment_1 (3 ms)
[----------] 11 tests from CellFixture (44 ms total)
[----------] 9 tests from LifeConwayFixture
[ RUN ] LifeConwayFixture.test_print
[ OK ] LifeConwayFixture.test_print (32 ms)
[ RUN ] LifeConwayFixture.test_print_1
[ OK ] LifeConwayFixture.test_print_1 (3 ms)
[ RUN ] LifeConwayFixture.test_print_2
[ OK ] LifeConwayFixture.test_print_2 (3 ms)
[ RUN ] LifeConwayFixture.test_generation
[ OK ] LifeConwayFixture.test_generation (8 ms)
[ RUN ] LifeConwayFixture.test_generation_1
[ OK ] LifeConwayFixture.test_generation_1 (4 ms)
[ RUN ] LifeConwayFixture.test_generation_2
[ OK ] LifeConwayFixture.test_generation_2 (4 ms)
[ RUN ] LifeConwayFixture.test_generation_3
[ OK ] LifeConwayFixture.test_generation_3 (4 ms)
[ RUN ] LifeConwayFixture.test_generation_4
[ OK ] LifeConwayFixture.test_generation_4 (4 ms)
[ RUN ] LifeConwayFixture.test_generation_5
[ OK ] LifeConwayFixture.test_generation_5 (3 ms)
[----------] 9 tests from LifeConwayFixture (67 ms total)
[----------] 9 tests from LifeFredkinFixture
[ RUN ] LifeFredkinFixture.test_print
[ OK ] LifeFredkinFixture.test_print (19 ms)
[ RUN ] LifeFredkinFixture.test_print_1
[ OK ] LifeFredkinFixture.test_print_1 (3 ms)
[ RUN ] LifeFredkinFixture.test_print_2
[ OK ] LifeFredkinFixture.test_print_2 (3 ms)
[ RUN ] LifeFredkinFixture.test_generation
[ OK ] LifeFredkinFixture.test_generation (8 ms)
[ RUN ] LifeFredkinFixture.test_generation_1
[ OK ] LifeFredkinFixture.test_generation_1 (4 ms)
[ RUN ] LifeFredkinFixture.test_generation_2
[ OK ] LifeFredkinFixture.test_generation_2 (4 ms)
[ RUN ] LifeFredkinFixture.test_generation_3
[ OK ] LifeFredkinFixture.test_generation_3 (4 ms)
[ RUN ] LifeFredkinFixture.test_generation_4
[ OK ] LifeFredkinFixture.test_generation_4 (4 ms)
[ RUN ] LifeFredkinFixture.test_generation_5
[ OK ] LifeFredkinFixture.test_generation_5 (4 ms)
[----------] 9 tests from LifeFredkinFixture (53 ms total)
[----------] 3 tests from LifeCellFixture
[ RUN ] LifeCellFixture.test_print
[ OK ] LifeCellFixture.test_print (18 ms)
[ RUN ] LifeCellFixture.test_generation
[ OK ] LifeCellFixture.test_generation (7 ms)
[ RUN ] LifeCellFixture.test_generation_1
[ OK ] LifeCellFixture.test_generation_1 (4 ms)
[----------] 3 tests from LifeCellFixture (29 ms total)
[----------] Global test environment tear-down
[==========] 65 tests from 6 test cases ran. (392 ms total)
[ PASSED ] 65 tests.
==27529==
==27529== HEAP SUMMARY:
==27529== in use at exit: 72,752 bytes in 3 blocks
==27529== total heap usage: 1,395 allocs, 1,392 frees, 282,138 bytes allocated
==27529==
==27529== LEAK SUMMARY:
==27529== definitely lost: 48 bytes in 2 blocks
==27529== indirectly lost: 0 bytes in 0 blocks
==27529== possibly lost: 0 bytes in 0 blocks
==27529== still reachable: 72,704 bytes in 1 blocks
==27529== suppressed: 0 bytes in 0 blocks
==27529== Rerun with --leak-check=full to see details of leaked memory
==27529==
==27529== For counts of detected and suppressed errors, rerun with: -v
==27529== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
File 'Life.h'
Lines executed:100.00% of 107
Branches executed:100.00% of 228
Taken at least once:83.77% of 228
Calls executed:86.96% of 161
Creating 'Life.h.gcov'