-
Notifications
You must be signed in to change notification settings - Fork 0
/
submit_log.1120121619
50 lines (43 loc) · 1.96 KB
/
submit_log.1120121619
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
Submitting assignment 5 from p183.ecf.utoronto.ca
Checking for the expected files in the current directory
Main.cpp DBentry.h DBentry.cpp TreeNode.cpp TreeNode.h TreeDB.h TreeDB.cpp
Attempting to build your code. Make output follows:
==================================================================
g++ -c Main.cpp
g++ -c TreeDB.cpp
g++ -c TreeNode.cpp
g++ -c DBentry.cpp
g++ Main.o TreeDB.o TreeNode.o DBentry.o -o db
------------------------------------------------------------------
The build appears to have been successful
Running exercise on the produced executable 'db'
############### Testcase 1 Results ##########################
Functionality: PASS - Output matches solution
Valgrind: PASS - No memory leaks detected
############### Testcase 2 Results ##########################
Functionality: PASS - Output matches solution
Valgrind: PASS - No memory leaks detected
############### Testcase 3 Results ##########################
Functionality: PASS - Output matches solution
Valgrind: PASS - No memory leaks detected
############### Testcase 4 Results ##########################
Functionality: PASS - Output matches solution
Valgrind: PASS - No memory leaks detected
################# Summary for 4 test(s) #####################
Functionality: PASS: All tests passed
Valgrind: PASS: No memory leaks detected
The required files passed exercise
Submitting files
Verifying submission
submitece244f -l 5
total 40
-rw-r----- 1 submit ece244f 961 Nov 20 12:16 DBentry.cpp
-rw-r----- 1 submit ece244f 844 Nov 20 12:16 DBentry.h
-rw-r----- 1 submit ece244f 5961 Nov 20 12:16 Main.cpp
-rw-r----- 1 submit ece244f 1936 Nov 20 12:03 submit_log.1120120258
-rw-r----- 1 submit ece244f 5512 Nov 20 12:16 TreeDB.cpp
-rw-r----- 1 submit ece244f 1208 Nov 20 12:16 TreeDB.h
-rw-r----- 1 submit ece244f 1109 Nov 20 12:16 TreeNode.cpp
-rw-r----- 1 submit ece244f 592 Nov 20 12:16 TreeNode.h
All filesizes match. All timestamps match submission time.
Submission was successful