-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathangerta-TestDarwin.out
40 lines (39 loc) · 1.54 KB
/
angerta-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
valgrind TestDarwin
==32703== Memcheck, a memory error detector
==32703== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==32703== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==32703== Command: TestDarwin
==32703==
Running main() from gtest_main.cc
[==========] Running 8 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 8 tests from Darwin
[ RUN ] Darwin.Species_food_1
[ OK ] Darwin.Species_food_1 (79 ms)
[ RUN ] Darwin.Species_food_2
[ OK ] Darwin.Species_food_2 (11 ms)
[ RUN ] Darwin.Species_hopper_1
[ OK ] Darwin.Species_hopper_1 (12 ms)
[ RUN ] Darwin.Species_hopper_2
[ OK ] Darwin.Species_hopper_2 (10 ms)
[ RUN ] Darwin.if_enemy_1
[ OK ] Darwin.if_enemy_1 (12 ms)
[ RUN ] Darwin.if_enemy_2
[ OK ] Darwin.if_enemy_2 (7 ms)
[ RUN ] Darwin.is_empty_1
[ OK ] Darwin.is_empty_1 (7 ms)
[ RUN ] Darwin.is_infect_1
[ OK ] Darwin.is_infect_1 (12 ms)
[----------] 8 tests from Darwin (160 ms total)
[----------] Global test environment tear-down
[==========] 8 tests from 1 test case ran. (189 ms total)
[ PASSED ] 8 tests.
==32703==
==32703== HEAP SUMMARY:
==32703== in use at exit: 0 bytes in 0 blocks
==32703== total heap usage: 733 allocs, 733 frees, 147,600 bytes allocated
==32703==
==32703== All heap blocks were freed -- no leaks are possible
==32703==
==32703== For counts of detected and suppressed errors, rerun with: -v
==32703== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)