forked from aeonstasis/life-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jl58683-TestLife.out
176 lines (172 loc) · 6.41 KB
/
jl58683-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
==10960== Memcheck, a memory error detector
==10960== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==10960== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==10960== Command: ./TestLife
==10960==
Running main() from gtest_main.cc
[==========] Running 66 tests from 4 test cases.
[----------] Global test environment set-up.
[----------] 8 tests from LifeFixture
[ RUN ] LifeFixture.constructor1
[ OK ] LifeFixture.constructor1 (16 ms)
[ RUN ] LifeFixture.constructor2
[ OK ] LifeFixture.constructor2 (33 ms)
[ RUN ] LifeFixture.constructor3
[ OK ] LifeFixture.constructor3 (42 ms)
[ RUN ] LifeFixture.print1
[ OK ] LifeFixture.print1 (43 ms)
[ RUN ] LifeFixture.print2
[ OK ] LifeFixture.print2 (7 ms)
[ RUN ] LifeFixture.print3
[ OK ] LifeFixture.print3 (8 ms)
[ RUN ] LifeFixture.simulate1
[ OK ] LifeFixture.simulate1 (78 ms)
[ RUN ] LifeFixture.simulate2
[ OK ] LifeFixture.simulate2 (202 ms)
[----------] 8 tests from LifeFixture (434 ms total)
[----------] 21 tests from CellFixture
[ RUN ] CellFixture.constructor1
[ OK ] CellFixture.constructor1 (2 ms)
[ RUN ] CellFixture.constructor2
[ OK ] CellFixture.constructor2 (1 ms)
[ RUN ] CellFixture.constructor3
[ OK ] CellFixture.constructor3 (2 ms)
[ RUN ] CellFixture.constructor4
[ OK ] CellFixture.constructor4 (2 ms)
[ RUN ] CellFixture.constructor5
[ OK ] CellFixture.constructor5 (2 ms)
[ RUN ] CellFixture.alive1
[ OK ] CellFixture.alive1 (2 ms)
[ RUN ] CellFixture.alive2
[ OK ] CellFixture.alive2 (2 ms)
[ RUN ] CellFixture.alive3
[ OK ] CellFixture.alive3 (1 ms)
[ RUN ] CellFixture.alive4
[ OK ] CellFixture.alive4 (1 ms)
[ RUN ] CellFixture.evolve1
[ OK ] CellFixture.evolve1 (3 ms)
[ RUN ] CellFixture.evolve2
[ OK ] CellFixture.evolve2 (3 ms)
[ RUN ] CellFixture.evolve3
[ OK ] CellFixture.evolve3 (7 ms)
[ RUN ] CellFixture.evolve4
[ OK ] CellFixture.evolve4 (4 ms)
[ RUN ] CellFixture.evolve5
[ OK ] CellFixture.evolve5 (3 ms)
[ RUN ] CellFixture.evolve6
[ OK ] CellFixture.evolve6 (3 ms)
[ RUN ] CellFixture.evolve7
[ OK ] CellFixture.evolve7 (3 ms)
[ RUN ] CellFixture.print1
[ OK ] CellFixture.print1 (3 ms)
[ RUN ] CellFixture.print2
[ OK ] CellFixture.print2 (2 ms)
[ RUN ] CellFixture.print3
[ OK ] CellFixture.print3 (2 ms)
[ RUN ] CellFixture.print4
[ OK ] CellFixture.print4 (2 ms)
[ RUN ] CellFixture.print5
[ OK ] CellFixture.print5 (2 ms)
[----------] 21 tests from CellFixture (53 ms total)
[----------] 20 tests from ConwayFixture
[ RUN ] ConwayFixture.test1
[ OK ] ConwayFixture.test1 (2 ms)
[ RUN ] ConwayFixture.test2
[ OK ] ConwayFixture.test2 (1 ms)
[ RUN ] ConwayFixture.test3
[ OK ] ConwayFixture.test3 (3 ms)
[ RUN ] ConwayFixture.test4
[ OK ] ConwayFixture.test4 (2 ms)
[ RUN ] ConwayFixture.test5
[ OK ] ConwayFixture.test5 (3 ms)
[ RUN ] ConwayFixture.test6
[ OK ] ConwayFixture.test6 (2 ms)
[ RUN ] ConwayFixture.test7
[ OK ] ConwayFixture.test7 (2 ms)
[ RUN ] ConwayFixture.test8
[ OK ] ConwayFixture.test8 (3 ms)
[ RUN ] ConwayFixture.test9
[ OK ] ConwayFixture.test9 (2 ms)
[ RUN ] ConwayFixture.test10
[ OK ] ConwayFixture.test10 (2 ms)
[ RUN ] ConwayFixture.test11
[ OK ] ConwayFixture.test11 (3 ms)
[ RUN ] ConwayFixture.test12
[ OK ] ConwayFixture.test12 (7 ms)
[ RUN ] ConwayFixture.test13
[ OK ] ConwayFixture.test13 (6 ms)
[ RUN ] ConwayFixture.test14
[ OK ] ConwayFixture.test14 (2 ms)
[ RUN ] ConwayFixture.test15
[ OK ] ConwayFixture.test15 (2 ms)
[ RUN ] ConwayFixture.test16
[ OK ] ConwayFixture.test16 (3 ms)
[ RUN ] ConwayFixture.test17
[ OK ] ConwayFixture.test17 (2 ms)
[ RUN ] ConwayFixture.test18
[ OK ] ConwayFixture.test18 (2 ms)
[ RUN ] ConwayFixture.test19
[ OK ] ConwayFixture.test19 (3 ms)
[ RUN ] ConwayFixture.test20
[ OK ] ConwayFixture.test20 (2 ms)
[----------] 20 tests from ConwayFixture (55 ms total)
[----------] 17 tests from FredkinFixture
[ RUN ] FredkinFixture.test1
[ OK ] FredkinFixture.test1 (2 ms)
[ RUN ] FredkinFixture.test2
[ OK ] FredkinFixture.test2 (2 ms)
[ RUN ] FredkinFixture.test3
[ OK ] FredkinFixture.test3 (3 ms)
[ RUN ] FredkinFixture.test4
[ OK ] FredkinFixture.test4 (2 ms)
[ RUN ] FredkinFixture.test5
[ OK ] FredkinFixture.test5 (4 ms)
[ RUN ] FredkinFixture.test6
[ OK ] FredkinFixture.test6 (2 ms)
[ RUN ] FredkinFixture.test7
[ OK ] FredkinFixture.test7 (6 ms)
[ RUN ] FredkinFixture.test8
[ OK ] FredkinFixture.test8 (6 ms)
[ RUN ] FredkinFixture.test9
[ OK ] FredkinFixture.test9 (2 ms)
[ RUN ] FredkinFixture.test10
[ OK ] FredkinFixture.test10 (3 ms)
[ RUN ] FredkinFixture.test11
[ OK ] FredkinFixture.test11 (3 ms)
[ RUN ] FredkinFixture.test12
[ OK ] FredkinFixture.test12 (3 ms)
[ RUN ] FredkinFixture.test13
[ OK ] FredkinFixture.test13 (3 ms)
[ RUN ] FredkinFixture.test14
[ OK ] FredkinFixture.test14 (6 ms)
[ RUN ] FredkinFixture.test15
[ OK ] FredkinFixture.test15 (7 ms)
[ RUN ] FredkinFixture.test16
[ OK ] FredkinFixture.test16 (8 ms)
[ RUN ] FredkinFixture.test17
[ OK ] FredkinFixture.test17 (6 ms)
[----------] 17 tests from FredkinFixture (69 ms total)
[----------] Global test environment tear-down
[==========] 66 tests from 4 test cases ran. (636 ms total)
[ PASSED ] 66 tests.
==10960==
==10960== HEAP SUMMARY:
==10960== in use at exit: 0 bytes in 0 blocks
==10960== total heap usage: 5,681 allocs, 5,681 frees, 243,603 bytes allocated
==10960==
==10960== All heap blocks were freed -- no leaks are possible
==10960==
==10960== For counts of detected and suppressed errors, rerun with: -v
==10960== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
File 'Life.h'
Lines executed:98.98% of 98
Branches executed:86.92% of 214
Taken at least once:64.02% of 214
Calls executed:76.80% of 125
Creating 'Life.h.gcov'
File 'TestLife.c++'
Lines executed:100.00% of 495
Branches executed:65.90% of 2346
Taken at least once:33.97% of 2346
Calls executed:56.92% of 2674
Creating 'TestLife.c++.gcov'