forked from aeonstasis/life-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gca386-TestLife.out
212 lines (208 loc) · 9.31 KB
/
gca386-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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
==27135== Memcheck, a memory error detector
==27135== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==27135== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==27135== Command: ./TestLife
==27135==
Running main() from gtest_main.cc
[==========] Running 84 tests from 4 test cases.
[----------] Global test environment set-up.
[----------] 12 tests from LifeFixture
[ RUN ] LifeFixture.constructor1
[ OK ] LifeFixture.constructor1 (60 ms)
[ RUN ] LifeFixture.constructor2
[ OK ] LifeFixture.constructor2 (3 ms)
[ RUN ] LifeFixture.constructor3
[ OK ] LifeFixture.constructor3 (29 ms)
[ RUN ] LifeFixture.constructor4
[ OK ] LifeFixture.constructor4 (34 ms)
[ RUN ] LifeFixture.constructor5
[ OK ] LifeFixture.constructor5 (3 ms)
[ RUN ] LifeFixture.constructor6
[ OK ] LifeFixture.constructor6 (3 ms)
[ RUN ] LifeFixture.simulateGeneration1
[ OK ] LifeFixture.simulateGeneration1 (9 ms)
[ RUN ] LifeFixture.simulateGeneration2
[ OK ] LifeFixture.simulateGeneration2 (8 ms)
[ RUN ] LifeFixture.simulateGeneration3
[ OK ] LifeFixture.simulateGeneration3 (9 ms)
[ RUN ] LifeFixture.simulateGeneration4
[ OK ] LifeFixture.simulateGeneration4 (4 ms)
[ RUN ] LifeFixture.simulateGeneration5
[ OK ] LifeFixture.simulateGeneration5 (3 ms)
[ RUN ] LifeFixture.simulateGeneration6
[ OK ] LifeFixture.simulateGeneration6 (4 ms)
[----------] 12 tests from LifeFixture (176 ms total)
[----------] 24 tests from ConwayCellFixture
[ RUN ] ConwayCellFixture.testConstructor1
[ OK ] ConwayCellFixture.testConstructor1 (2 ms)
[ RUN ] ConwayCellFixture.testConstructor2
[ OK ] ConwayCellFixture.testConstructor2 (3 ms)
[ RUN ] ConwayCellFixture.testConstructor3
[ OK ] ConwayCellFixture.testConstructor3 (2 ms)
[ RUN ] ConwayCellFixture.testCopyConstructor1
[ OK ] ConwayCellFixture.testCopyConstructor1 (2 ms)
[ RUN ] ConwayCellFixture.testCopyConstructor2
[ OK ] ConwayCellFixture.testCopyConstructor2 (2 ms)
[ RUN ] ConwayCellFixture.testCopyConstructor3
[ OK ] ConwayCellFixture.testCopyConstructor3 (2 ms)
[ RUN ] ConwayCellFixture.testFlag1
[ OK ] ConwayCellFixture.testFlag1 (5 ms)
[ RUN ] ConwayCellFixture.testFlag2
[ OK ] ConwayCellFixture.testFlag2 (4 ms)
[ RUN ] ConwayCellFixture.testFlag3
[ OK ] ConwayCellFixture.testFlag3 (4 ms)
[ RUN ] ConwayCellFixture.testEvolve1
[ OK ] ConwayCellFixture.testEvolve1 (2 ms)
[ RUN ] ConwayCellFixture.testEvolve2
[ OK ] ConwayCellFixture.testEvolve2 (2 ms)
[ RUN ] ConwayCellFixture.testEvolve3
[ OK ] ConwayCellFixture.testEvolve3 (2 ms)
[ RUN ] ConwayCellFixture.testCalculateStatus1
[ OK ] ConwayCellFixture.testCalculateStatus1 (2 ms)
[ RUN ] ConwayCellFixture.testCalculateStatus2
[ OK ] ConwayCellFixture.testCalculateStatus2 (2 ms)
[ RUN ] ConwayCellFixture.testCalculateStatus3
[ OK ] ConwayCellFixture.testCalculateStatus3 (3 ms)
[ RUN ] ConwayCellFixture.testClone1
[ OK ] ConwayCellFixture.testClone1 (2 ms)
[ RUN ] ConwayCellFixture.testClone2
[ OK ] ConwayCellFixture.testClone2 (2 ms)
[ RUN ] ConwayCellFixture.testClone3
[ OK ] ConwayCellFixture.testClone3 (3 ms)
[ RUN ] ConwayCellFixture.testCopyAssignment1
[ OK ] ConwayCellFixture.testCopyAssignment1 (2 ms)
[ RUN ] ConwayCellFixture.testCopyAssignment2
[ OK ] ConwayCellFixture.testCopyAssignment2 (3 ms)
[ RUN ] ConwayCellFixture.testCopyAssignment3
[ OK ] ConwayCellFixture.testCopyAssignment3 (2 ms)
[ RUN ] ConwayCellFixture.testPrint1
[ OK ] ConwayCellFixture.testPrint1 (3 ms)
[ RUN ] ConwayCellFixture.testPrint2
[ OK ] ConwayCellFixture.testPrint2 (2 ms)
[ RUN ] ConwayCellFixture.testPrint3
[ OK ] ConwayCellFixture.testPrint3 (3 ms)
[----------] 24 tests from ConwayCellFixture (64 ms total)
[----------] 24 tests from FredkinCellFixture
[ RUN ] FredkinCellFixture.testConstructor1
[ OK ] FredkinCellFixture.testConstructor1 (2 ms)
[ RUN ] FredkinCellFixture.testConstructor2
[ OK ] FredkinCellFixture.testConstructor2 (2 ms)
[ RUN ] FredkinCellFixture.testConstructor3
[ OK ] FredkinCellFixture.testConstructor3 (2 ms)
[ RUN ] FredkinCellFixture.testCopyConstructor1
[ OK ] FredkinCellFixture.testCopyConstructor1 (2 ms)
[ RUN ] FredkinCellFixture.testCopyConstructor2
[ OK ] FredkinCellFixture.testCopyConstructor2 (2 ms)
[ RUN ] FredkinCellFixture.testCopyConstructor3
[ OK ] FredkinCellFixture.testCopyConstructor3 (2 ms)
[ RUN ] FredkinCellFixture.testFlag1
[ OK ] FredkinCellFixture.testFlag1 (4 ms)
[ RUN ] FredkinCellFixture.testFlag2
[ OK ] FredkinCellFixture.testFlag2 (3 ms)
[ RUN ] FredkinCellFixture.testFlag3
[ OK ] FredkinCellFixture.testFlag3 (4 ms)
[ RUN ] FredkinCellFixture.testEvolve1
[ OK ] FredkinCellFixture.testEvolve1 (2 ms)
[ RUN ] FredkinCellFixture.testEvolve2
[ OK ] FredkinCellFixture.testEvolve2 (2 ms)
[ RUN ] FredkinCellFixture.testEvolve3
[ OK ] FredkinCellFixture.testEvolve3 (3 ms)
[ RUN ] FredkinCellFixture.testCalculateStatus1
[ OK ] FredkinCellFixture.testCalculateStatus1 (2 ms)
[ RUN ] FredkinCellFixture.testCalculateStatus2
[ OK ] FredkinCellFixture.testCalculateStatus2 (2 ms)
[ RUN ] FredkinCellFixture.testCalculateStatus3
[ OK ] FredkinCellFixture.testCalculateStatus3 (3 ms)
[ RUN ] FredkinCellFixture.testClone1
[ OK ] FredkinCellFixture.testClone1 (2 ms)
[ RUN ] FredkinCellFixture.testClone2
[ OK ] FredkinCellFixture.testClone2 (3 ms)
[ RUN ] FredkinCellFixture.testClone3
[ OK ] FredkinCellFixture.testClone3 (2 ms)
[ RUN ] FredkinCellFixture.testCopyAssignment1
[ OK ] FredkinCellFixture.testCopyAssignment1 (2 ms)
[ RUN ] FredkinCellFixture.testCopyAssignment2
[ OK ] FredkinCellFixture.testCopyAssignment2 (2 ms)
[ RUN ] FredkinCellFixture.testCopyAssignment3
[ OK ] FredkinCellFixture.testCopyAssignment3 (2 ms)
[ RUN ] FredkinCellFixture.testPrint1
[ OK ] FredkinCellFixture.testPrint1 (2 ms)
[ RUN ] FredkinCellFixture.testPrint2
[ OK ] FredkinCellFixture.testPrint2 (2 ms)
[ RUN ] FredkinCellFixture.testPrint3
[ OK ] FredkinCellFixture.testPrint3 (4 ms)
[----------] 24 tests from FredkinCellFixture (62 ms total)
[----------] 24 tests from CellFixture
[ RUN ] CellFixture.constructor1
[ OK ] CellFixture.constructor1 (2 ms)
[ RUN ] CellFixture.constructor2
[ OK ] CellFixture.constructor2 (3 ms)
[ RUN ] CellFixture.constructor3
[ OK ] CellFixture.constructor3 (3 ms)
[ RUN ] CellFixture.evolve1
[ OK ] CellFixture.evolve1 (2 ms)
[ RUN ] CellFixture.evolve2
[ OK ] CellFixture.evolve2 (2 ms)
[ RUN ] CellFixture.evolve3
[ OK ] CellFixture.evolve3 (3 ms)
[ RUN ] CellFixture.evolve4
[ OK ] CellFixture.evolve4 (3 ms)
[ RUN ] CellFixture.evolve5
[ OK ] CellFixture.evolve5 (2 ms)
[ RUN ] CellFixture.evolve6
[ OK ] CellFixture.evolve6 (2 ms)
[ RUN ] CellFixture.evolve7
[ OK ] CellFixture.evolve7 (2 ms)
[ RUN ] CellFixture.evolve8
[ OK ] CellFixture.evolve8 (3 ms)
[ RUN ] CellFixture.evolve9
[ OK ] CellFixture.evolve9 (5 ms)
[ RUN ] CellFixture.calculateStatus1
[ OK ] CellFixture.calculateStatus1 (3 ms)
[ RUN ] CellFixture.calculateStatus2
[ OK ] CellFixture.calculateStatus2 (3 ms)
[ RUN ] CellFixture.calculateStatus3
[ OK ] CellFixture.calculateStatus3 (2 ms)
[ RUN ] CellFixture.calculateStatus4
[ OK ] CellFixture.calculateStatus4 (2 ms)
[ RUN ] CellFixture.copyConstructor1
[ OK ] CellFixture.copyConstructor1 (3 ms)
[ RUN ] CellFixture.copyConstructor2
[ OK ] CellFixture.copyConstructor2 (3 ms)
[ RUN ] CellFixture.copyConstructor3
[ OK ] CellFixture.copyConstructor3 (3 ms)
[ RUN ] CellFixture.copyConstructor4
[ OK ] CellFixture.copyConstructor4 (3 ms)
[ RUN ] CellFixture.copyAssignment1
[ OK ] CellFixture.copyAssignment1 (4 ms)
[ RUN ] CellFixture.copyAssignment2
[ OK ] CellFixture.copyAssignment2 (3 ms)
[ RUN ] CellFixture.copyAssignment3
[ OK ] CellFixture.copyAssignment3 (3 ms)
[ RUN ] CellFixture.copyAssignment4
[ OK ] CellFixture.copyAssignment4 (4 ms)
[----------] 24 tests from CellFixture (70 ms total)
[----------] Global test environment tear-down
[==========] 84 tests from 4 test cases ran. (400 ms total)
[ PASSED ] 84 tests.
==27135==
==27135== HEAP SUMMARY:
==27135== in use at exit: 0 bytes in 0 blocks
==27135== total heap usage: 1,872 allocs, 1,872 frees, 206,598 bytes allocated
==27135==
==27135== All heap blocks were freed -- no leaks are possible
==27135==
==27135== For counts of detected and suppressed errors, rerun with: -v
==27135== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
File 'Life.h'
Lines executed:94.23% of 156
Branches executed:83.93% of 224
Taken at least once:65.18% of 224
Calls executed:67.17% of 332
Creating 'Life.h.gcov'
File 'TestLife.c++'
Lines executed:100.00% of 433
Branches executed:65.38% of 2172
Taken at least once:32.69% of 2172
Calls executed:56.16% of 2744
Creating 'TestLife.c++.gcov'