-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdwoo82-TestDarwin.out
97 lines (96 loc) · 4.42 KB
/
dwoo82-TestDarwin.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
Running main() from gtest_main.cc
[==========] Running 44 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 44 tests from Darwin
[ RUN ] Darwin.Species_addInstruction1
[ OK ] Darwin.Species_addInstruction1 (45 ms)
[ RUN ] Darwin.Species_addInstruction2
[ OK ] Darwin.Species_addInstruction2 (12 ms)
[ RUN ] Darwin.Species_addInstruction3
[ OK ] Darwin.Species_addInstruction3 (10 ms)
[ RUN ] Darwin.Creature_construction1
[ OK ] Darwin.Creature_construction1 (11 ms)
[ RUN ] Darwin.Creature_construction2
[ OK ] Darwin.Creature_construction2 (6 ms)
[ RUN ] Darwin.Creature_construction3
[ OK ] Darwin.Creature_construction3 (7 ms)
[ RUN ] Darwin.Creature_turnRight_N
[ OK ] Darwin.Creature_turnRight_N (6 ms)
[ RUN ] Darwin.Creature_turnRight_S
[ OK ] Darwin.Creature_turnRight_S (6 ms)
[ RUN ] Darwin.Creature_turnRight_E
[ OK ] Darwin.Creature_turnRight_E (6 ms)
[ RUN ] Darwin.Creature_turnRight_W
[ OK ] Darwin.Creature_turnRight_W (6 ms)
[ RUN ] Darwin.Creature_turnLeft_N
[ OK ] Darwin.Creature_turnLeft_N (6 ms)
[ RUN ] Darwin.Creature_turnLeft_S
[ OK ] Darwin.Creature_turnLeft_S (6 ms)
[ RUN ] Darwin.Creature_turnLeft_E
[ OK ] Darwin.Creature_turnLeft_E (5 ms)
[ RUN ] Darwin.Creature_turnLeft_W
[ OK ] Darwin.Creature_turnLeft_W (6 ms)
[ RUN ] Darwin.Creature_morph
[ OK ] Darwin.Creature_morph (9 ms)
[ RUN ] Darwin.Creature_morph_back
[ OK ] Darwin.Creature_morph_back (12 ms)
[ RUN ] Darwin.Creature_morph_twice
[ OK ] Darwin.Creature_morph_twice (12 ms)
[ RUN ] Darwin.Creature_instruction_access
[ OK ] Darwin.Creature_instruction_access (8 ms)
[ RUN ] Darwin.Darwin_default_construction
[ OK ] Darwin.Darwin_default_construction (20 ms)
[ RUN ] Darwin.Darwin_construction
[ OK ] Darwin.Darwin_construction (10 ms)
[ RUN ] Darwin.Darwin_printGrid1
[ OK ] Darwin.Darwin_printGrid1 (18 ms)
[ RUN ] Darwin.Darwin_printGrid2
[ OK ] Darwin.Darwin_printGrid2 (6 ms)
[ RUN ] Darwin.Darwin_printGrid3
[ OK ] Darwin.Darwin_printGrid3 (6 ms)
[ RUN ] Darwin.Darwin_printCreature
[ OK ] Darwin.Darwin_printCreature (29 ms)
[ RUN ] Darwin.Darwin_addCreature
[ OK ] Darwin.Darwin_addCreature (9 ms)
[ RUN ] Darwin.Darwin_add_creatures_of_same_species
[ OK ] Darwin.Darwin_add_creatures_of_same_species (11 ms)
[ RUN ] Darwin.Darwin_add_creatures_of_different_species
[ OK ] Darwin.Darwin_add_creatures_of_different_species (10 ms)
[ RUN ] Darwin.Darwin_spawnCreature
[ OK ] Darwin.Darwin_spawnCreature (9 ms)
[ RUN ] Darwin.Darwin_spawn_creatures_of_same_species
[ OK ] Darwin.Darwin_spawn_creatures_of_same_species (18 ms)
[ RUN ] Darwin.Darwin_bad_spawn
[ OK ] Darwin.Darwin_bad_spawn (13 ms)
[ RUN ] Darwin.Darwin_obstacle_wall_N
[ OK ] Darwin.Darwin_obstacle_wall_N (6 ms)
[ RUN ] Darwin.Darwin_obstacle_wall_E
[ OK ] Darwin.Darwin_obstacle_wall_E (7 ms)
[ RUN ] Darwin.Darwin_obstacle_wall_S
[ OK ] Darwin.Darwin_obstacle_wall_S (7 ms)
[ RUN ] Darwin.Darwin_obstacle_wall_W
[ OK ] Darwin.Darwin_obstacle_wall_W (7 ms)
[ RUN ] Darwin.Darwin_obstacle_multiple_creatures
[ OK ] Darwin.Darwin_obstacle_multiple_creatures (15 ms)
[ RUN ] Darwin.Darwin_nextAction_hop_go
[ OK ] Darwin.Darwin_nextAction_hop_go (13 ms)
[ RUN ] Darwin.Darwin_nextAction_hop_left_go
[ OK ] Darwin.Darwin_nextAction_hop_left_go (24 ms)
[ RUN ] Darwin.Darwin_nextAction_if_wall
[ OK ] Darwin.Darwin_nextAction_if_wall (19 ms)
[ RUN ] Darwin.Darwin_nextAction_if_enemy
[ OK ] Darwin.Darwin_nextAction_if_enemy (18 ms)
[ RUN ] Darwin.Darwin_nextAction_if_empty
[ OK ] Darwin.Darwin_nextAction_if_empty (16 ms)
[ RUN ] Darwin.Darwin_nextAction_if_random
[ OK ] Darwin.Darwin_nextAction_if_random (14 ms)
[ RUN ] Darwin.Darwin_step_simpleHopper
[ OK ] Darwin.Darwin_step_simpleHopper (21 ms)
[ RUN ] Darwin.Darwin_step_CWHopper
[ OK ] Darwin.Darwin_step_CWHopper (24 ms)
[ RUN ] Darwin.Darwin_step_infection
[ OK ] Darwin.Darwin_step_infection (18 ms)
[----------] 44 tests from Darwin (570 ms total)
[----------] Global test environment tear-down
[==========] 44 tests from 1 test case ran. (614 ms total)
[ PASSED ] 44 tests.