forked from aeonstasis/life-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ap39356-TestLife.out
139 lines (136 loc) · 5.56 KB
/
ap39356-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
==9274== Memcheck, a memory error detector
==9274== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==9274== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==9274== Command: ./TestLife
==9274==
Running main() from gtest_main.cc
[==========] Running 46 tests from 3 test cases.
[----------] Global test environment set-up.
[----------] 12 tests from ConwayFixture
[ RUN ] ConwayFixture.test_symbol1
[ OK ] ConwayFixture.test_symbol1 (7 ms)
[ RUN ] ConwayFixture.test_symbol2
[ OK ] ConwayFixture.test_symbol2 (2 ms)
[ RUN ] ConwayFixture.test_symbol3
[ OK ] ConwayFixture.test_symbol3 (2 ms)
[ RUN ] ConwayFixture.test_mutate1
[ OK ] ConwayFixture.test_mutate1 (3 ms)
[ RUN ] ConwayFixture.test_mutate2
[ OK ] ConwayFixture.test_mutate2 (2 ms)
[ RUN ] ConwayFixture.test_mutate3
[ OK ] ConwayFixture.test_mutate3 (2 ms)
[ RUN ] ConwayFixture.test_change1
[ OK ] ConwayFixture.test_change1 (2 ms)
[ RUN ] ConwayFixture.test_change2
[ OK ] ConwayFixture.test_change2 (2 ms)
[ RUN ] ConwayFixture.test_change3
[ OK ] ConwayFixture.test_change3 (2 ms)
[ RUN ] ConwayFixture.clone1
[ OK ] ConwayFixture.clone1 (2 ms)
[ RUN ] ConwayFixture.clone2
[ OK ] ConwayFixture.clone2 (2 ms)
[ RUN ] ConwayFixture.clone3
[ OK ] ConwayFixture.clone3 (2 ms)
[----------] 12 tests from ConwayFixture (38 ms total)
[----------] 14 tests from FredkinFixture
[ RUN ] FredkinFixture.test_symbol1
[ OK ] FredkinFixture.test_symbol1 (2 ms)
[ RUN ] FredkinFixture.test_symbol2
[ OK ] FredkinFixture.test_symbol2 (2 ms)
[ RUN ] FredkinFixture.test_symbol3
[ OK ] FredkinFixture.test_symbol3 (2 ms)
[ RUN ] FredkinFixture.test_symbol4
[ OK ] FredkinFixture.test_symbol4 (2 ms)
[ RUN ] FredkinFixture.test_mutate1
[ OK ] FredkinFixture.test_mutate1 (3 ms)
[ RUN ] FredkinFixture.test_mutate2
[ OK ] FredkinFixture.test_mutate2 (2 ms)
[ RUN ] FredkinFixture.test_mutate3
[ OK ] FredkinFixture.test_mutate3 (3 ms)
[ RUN ] FredkinFixture.test_mutate4
[ OK ] FredkinFixture.test_mutate4 (2 ms)
[ RUN ] FredkinFixture.test_change1
[ OK ] FredkinFixture.test_change1 (2 ms)
[ RUN ] FredkinFixture.test_change2
[ OK ] FredkinFixture.test_change2 (2 ms)
[ RUN ] FredkinFixture.test_change3
[ OK ] FredkinFixture.test_change3 (2 ms)
[ RUN ] FredkinFixture.clone1
[ OK ] FredkinFixture.clone1 (2 ms)
[ RUN ] FredkinFixture.clone2
[ OK ] FredkinFixture.clone2 (2 ms)
[ RUN ] FredkinFixture.clone3
[ OK ] FredkinFixture.clone3 (1 ms)
[----------] 14 tests from FredkinFixture (31 ms total)
[----------] 20 tests from CellFixture
[ RUN ] CellFixture.test_symbol1
[ OK ] CellFixture.test_symbol1 (2 ms)
[ RUN ] CellFixture.test_symbol2
[ OK ] CellFixture.test_symbol2 (2 ms)
[ RUN ] CellFixture.test_symbol3
[ OK ] CellFixture.test_symbol3 (2 ms)
[ RUN ] CellFixture.test_symbol4
[ OK ] CellFixture.test_symbol4 (2 ms)
[ RUN ] CellFixture.test_toggle1
[ OK ] CellFixture.test_toggle1 (2 ms)
[ RUN ] CellFixture.test_toggle2
[ OK ] CellFixture.test_toggle2 (2 ms)
[ RUN ] CellFixture.test_toggle3
[ OK ] CellFixture.test_toggle3 (2 ms)
[ RUN ] CellFixture.test_toggle4
[ OK ] CellFixture.test_toggle4 (2 ms)
[ RUN ] CellFixture.test_live1
[ OK ] CellFixture.test_live1 (2 ms)
[ RUN ] CellFixture.test_live2
[ OK ] CellFixture.test_live2 (2 ms)
[ RUN ] CellFixture.test_live3
[ OK ] CellFixture.test_live3 (2 ms)
[ RUN ] CellFixture.test_live4
[ OK ] CellFixture.test_live4 (2 ms)
[ RUN ] CellFixture.test_mutate_conway1
[ OK ] CellFixture.test_mutate_conway1 (3 ms)
[ RUN ] CellFixture.test_mutate_conway2
[ OK ] CellFixture.test_mutate_conway2 (3 ms)
[ RUN ] CellFixture.test_mutate_fredkin1
[ OK ] CellFixture.test_mutate_fredkin1 (3 ms)
[ RUN ] CellFixture.test_mutate_fredkin2
[ OK ] CellFixture.test_mutate_fredkin2 (5 ms)
[ RUN ] CellFixture.test_change1
[ OK ] CellFixture.test_change1 (2 ms)
[ RUN ] CellFixture.test_change2
[ OK ] CellFixture.test_change2 (2 ms)
[ RUN ] CellFixture.test_change3
[ OK ] CellFixture.test_change3 (1 ms)
[ RUN ] CellFixture.test_change4
[ OK ] CellFixture.test_change4 (1 ms)
[----------] 20 tests from CellFixture (45 ms total)
[----------] Global test environment tear-down
[==========] 46 tests from 3 test cases ran. (144 ms total)
[ PASSED ] 46 tests.
==9274==
==9274== HEAP SUMMARY:
==9274== in use at exit: 544 bytes in 34 blocks
==9274== total heap usage: 998 allocs, 964 frees, 122,922 bytes allocated
==9274==
==9274== LEAK SUMMARY:
==9274== definitely lost: 544 bytes in 34 blocks
==9274== indirectly lost: 0 bytes in 0 blocks
==9274== possibly lost: 0 bytes in 0 blocks
==9274== still reachable: 0 bytes in 0 blocks
==9274== suppressed: 0 bytes in 0 blocks
==9274== Rerun with --leak-check=full to see details of leaked memory
==9274==
==9274== For counts of detected and suppressed errors, rerun with: -v
==9274== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
File 'Life.h'
Lines executed:97.83% of 92
Branches executed:100.00% of 70
Taken at least once:84.29% of 70
Calls executed:84.62% of 26
Creating 'Life.h.gcov'
File 'TestLife.c++'
Lines executed:100.00% of 200
Branches executed:56.71% of 850
Taken at least once:28.35% of 850
Calls executed:54.19% of 1194
Creating 'TestLife.c++.gcov'