-
Notifications
You must be signed in to change notification settings - Fork 0
/
calvin24-TestLife.out
163 lines (160 loc) · 6.6 KB
/
calvin24-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
Running main() from gtest_main.cc
[==========] Running 74 tests from 3 test cases.
[----------] Global test environment set-up.
[----------] 25 tests from ConwayCell
[ RUN ] ConwayCell.alive
[ OK ] ConwayCell.alive (13 ms)
[ RUN ] ConwayCell.clone
[ OK ] ConwayCell.clone (2 ms)
[ RUN ] ConwayCell.dead
[ OK ] ConwayCell.dead (3 ms)
[ RUN ] ConwayCell.mutate_1
[ OK ] ConwayCell.mutate_1 (2 ms)
[ RUN ] ConwayCell.mutate_2
[ OK ] ConwayCell.mutate_2 (2 ms)
[ RUN ] ConwayCell.mutate_3
[ OK ] ConwayCell.mutate_3 (2 ms)
[ RUN ] ConwayCell.mutate_4
[ OK ] ConwayCell.mutate_4 (2 ms)
[ RUN ] ConwayCell.read_correct_vals_Conway1
[ OK ] ConwayCell.read_correct_vals_Conway1 (40 ms)
[ RUN ] ConwayCell.read_correct_vals_Conway2
[ OK ] ConwayCell.read_correct_vals_Conway2 (3 ms)
[ RUN ] ConwayCell.read_correct_vals_Conway3
[ OK ] ConwayCell.read_correct_vals_Conway3 (3 ms)
[ RUN ] ConwayCell.in_range
[ OK ] ConwayCell.in_range (4 ms)
[ RUN ] ConwayCell.in_range_2
[ OK ] ConwayCell.in_range_2 (2 ms)
[ RUN ] ConwayCell.in_range_3
[ OK ] ConwayCell.in_range_3 (2 ms)
[ RUN ] ConwayCell.place_cell_Conway
[ OK ] ConwayCell.place_cell_Conway (3 ms)
[ RUN ] ConwayCell.place_cell_Conway_2
[ OK ] ConwayCell.place_cell_Conway_2 (3 ms)
[ RUN ] ConwayCell.place_cell_Conway_corners
[ OK ] ConwayCell.place_cell_Conway_corners (3 ms)
[ RUN ] ConwayCell.life_simulate_Conway
[ OK ] ConwayCell.life_simulate_Conway (38 ms)
[ RUN ] ConwayCell.life_simulate_Conway_2
[ OK ] ConwayCell.life_simulate_Conway_2 (4 ms)
[ RUN ] ConwayCell.life_simulate_Conway_3
[ OK ] ConwayCell.life_simulate_Conway_3 (6 ms)
[ RUN ] ConwayCell.ConwayCounter
[ OK ] ConwayCell.ConwayCounter (7 ms)
[ RUN ] ConwayCell.ConwayCounter_2
[ OK ] ConwayCell.ConwayCounter_2 (7 ms)
[ RUN ] ConwayCell.ConwayCounter_3
[ OK ] ConwayCell.ConwayCounter_3 (8 ms)
[ RUN ] ConwayCell.makeWorld
[ OK ] ConwayCell.makeWorld (5 ms)
[ RUN ] ConwayCell.makeWorld_2
[ OK ] ConwayCell.makeWorld_2 (5 ms)
[ RUN ] ConwayCell.makeWorld_3
[ OK ] ConwayCell.makeWorld_3 (4 ms)
[----------] 25 tests from ConwayCell (190 ms total)
[----------] 29 tests from FredkinCell
[ RUN ] FredkinCell.alive
[ OK ] FredkinCell.alive (2 ms)
[ RUN ] FredkinCell.clone
[ OK ] FredkinCell.clone (2 ms)
[ RUN ] FredkinCell.dead
[ OK ] FredkinCell.dead (2 ms)
[ RUN ] FredkinCell.mutate_1
[ OK ] FredkinCell.mutate_1 (2 ms)
[ RUN ] FredkinCell.mutate_2
[ OK ] FredkinCell.mutate_2 (2 ms)
[ RUN ] FredkinCell.mutate_3
[ OK ] FredkinCell.mutate_3 (2 ms)
[ RUN ] FredkinCell.mutate_4
[ OK ] FredkinCell.mutate_4 (2 ms)
[ RUN ] FredkinCell.mutate_5
[ OK ] FredkinCell.mutate_5 (2 ms)
[ RUN ] FredkinCell.read_correct_vals_Fredkin
[ OK ] FredkinCell.read_correct_vals_Fredkin (29 ms)
[ RUN ] FredkinCell.read_correct_vals_Fredkin_full
[ OK ] FredkinCell.read_correct_vals_Fredkin_full (3 ms)
[ RUN ] FredkinCell.read_correct_vals_Fredkin_empty
[ OK ] FredkinCell.read_correct_vals_Fredkin_empty (3 ms)
[ RUN ] FredkinCell.read_correct_vals_Fredkin_invalid
[ OK ] FredkinCell.read_correct_vals_Fredkin_invalid (4 ms)
[ RUN ] FredkinCell.read_correct_vals_Cell_invalid
[ OK ] FredkinCell.read_correct_vals_Cell_invalid (30 ms)
[ RUN ] FredkinCell.in_range_4
[ OK ] FredkinCell.in_range_4 (3 ms)
[ RUN ] FredkinCell.in_range_5
[ OK ] FredkinCell.in_range_5 (3 ms)
[ RUN ] FredkinCell.in_range_6
[ OK ] FredkinCell.in_range_6 (2 ms)
[ RUN ] FredkinCell.place_cell_Fredkin
[ OK ] FredkinCell.place_cell_Fredkin (4 ms)
[ RUN ] FredkinCell.place_cell_Fredkin_2
[ OK ] FredkinCell.place_cell_Fredkin_2 (3 ms)
[ RUN ] FredkinCell.place_cell_Fredkin_corners
[ OK ] FredkinCell.place_cell_Fredkin_corners (4 ms)
[ RUN ] FredkinCell.life_simulate_Fredkin
[ OK ] FredkinCell.life_simulate_Fredkin (19 ms)
[ RUN ] FredkinCell.life_simulate_Fredkin_2
[ OK ] FredkinCell.life_simulate_Fredkin_2 (4 ms)
[ RUN ] FredkinCell.life_simulate_Fredkin_plus
[ OK ] FredkinCell.life_simulate_Fredkin_plus (7 ms)
[ RUN ] FredkinCell.life_simulate_Fredkin_allPlus
[ OK ] FredkinCell.life_simulate_Fredkin_allPlus (7 ms)
[ RUN ] FredkinCell.FredkinCounter
[ OK ] FredkinCell.FredkinCounter (5 ms)
[ RUN ] FredkinCell.FredkinCounter_2
[ OK ] FredkinCell.FredkinCounter_2 (7 ms)
[ RUN ] FredkinCell.FredkinCounter_3
[ OK ] FredkinCell.FredkinCounter_3 (8 ms)
[ RUN ] FredkinCell.makeWorld
[ OK ] FredkinCell.makeWorld (5 ms)
[ RUN ] FredkinCell.makeWorld_2
[ OK ] FredkinCell.makeWorld_2 (5 ms)
[ RUN ] FredkinCell.makeWorld_3
[ OK ] FredkinCell.makeWorld_3 (4 ms)
[----------] 29 tests from FredkinCell (181 ms total)
[----------] 20 tests from Cell
[ RUN ] Cell.clone
[ OK ] Cell.clone (2 ms)
[ RUN ] Cell.mutate
[ OK ] Cell.mutate (2 ms)
[ RUN ] Cell.mutate_1
[ OK ] Cell.mutate_1 (2 ms)
[ RUN ] Cell.mutate_2
[ OK ] Cell.mutate_2 (2 ms)
[ RUN ] Cell.read_correct_vals_Cell
[ OK ] Cell.read_correct_vals_Cell (4 ms)
[ RUN ] Cell.read_correct_vals_Cell_full
[ OK ] Cell.read_correct_vals_Cell_full (3 ms)
[ RUN ] Cell.read_correct_vals_Cell_empty
[ OK ] Cell.read_correct_vals_Cell_empty (3 ms)
[ RUN ] Cell.in_range_7
[ OK ] Cell.in_range_7 (3 ms)
[ RUN ] Cell.in_range_8
[ OK ] Cell.in_range_8 (2 ms)
[ RUN ] Cell.in_range_9
[ OK ] Cell.in_range_9 (2 ms)
[ RUN ] Cell.place_cell_3
[ OK ] Cell.place_cell_3 (3 ms)
[ RUN ] Cell.life_simulate_cell
[ OK ] Cell.life_simulate_cell (20 ms)
[ RUN ] Cell.life_simulate_cell_2
[ OK ] Cell.life_simulate_cell_2 (9 ms)
[ RUN ] Cell.life_simulate_cell_3
[ OK ] Cell.life_simulate_cell_3 (27 ms)
[ RUN ] Cell.CellCounter
[ OK ] Cell.CellCounter (5 ms)
[ RUN ] Cell.CellCounter_2
[ OK ] Cell.CellCounter_2 (8 ms)
[ RUN ] Cell.CellCounter_3
[ OK ] Cell.CellCounter_3 (8 ms)
[ RUN ] Cell.makeWorld
[ OK ] Cell.makeWorld (6 ms)
[ RUN ] Cell.makeWorld_2
[ OK ] Cell.makeWorld_2 (6 ms)
[ RUN ] Cell.makeWorld_3
[ OK ] Cell.makeWorld_3 (6 ms)
[----------] 20 tests from Cell (129 ms total)
[----------] Global test environment tear-down
[==========] 74 tests from 3 test cases ran. (527 ms total)
[ PASSED ] 74 tests.