73 lines
2.8 KiB
Plaintext
73 lines
2.8 KiB
Plaintext
= Host-specific information ====================================================
|
|
$> hostname; uname -msr
|
|
e1r2p22.42.fr
|
|
Darwin 16.7.0 x86_64
|
|
$> date
|
|
Sun Apr 15 18:53:34 CEST 2018
|
|
$> gcc --version
|
|
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
|
Apple LLVM version 9.0.0 (clang-900.0.39.2)
|
|
Target: x86_64-apple-darwin16.7.0
|
|
Thread model: posix
|
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
$> clang --version
|
|
Apple LLVM version 9.0.0 (clang-900.0.39.2)
|
|
Target: x86_64-apple-darwin16.7.0
|
|
Thread model: posix
|
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
|
|
= User files collection ========================================================
|
|
Collecting user files from Vogsphere
|
|
Repository URL: auto-exam/2018/c-exam-alone-in-the-dark-beginner/practice-exam_20180415/tmaze
|
|
|
|
= Git history ==================================================================
|
|
$> git -C /var/folders/gn/752g7c9969g_34cxrh7q_73w0000gq/T/tmpQBUvov/user log --pretty='%H - %an, %ad : %s'
|
|
7e6a238b497dc094b3da7b312c9947f083762a0b - Tanguy MAZE, Sun Apr 15 18:53:13 2018 +0200 : aff_a
|
|
|
|
= Collected files ==========================================
|
|
$> ls -lAR /var/folders/gn/752g7c9969g_34cxrh7q_73w0000gq/T/tmpQBUvov/user
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 231 Apr 15 18:53 __GIT_HISTORY
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 15 18:53 aff_a
|
|
|
|
/var/folders/gn/752g7c9969g_34cxrh7q_73w0000gq/T/tmpQBUvov/user/aff_a:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1173 Apr 15 18:53 aff_a.c
|
|
|
|
= aff_a ========================================================================
|
|
$> clang -Wextra -Wall -Werror aff_a.c -o user_exe
|
|
|
|
= Test 1 ===================================================
|
|
$> ./ezfshj5q2zawxihsplzwj3vb
|
|
$> diff -U 3 user_output_test1 test1.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 2 ===================================================
|
|
$> ./4lmsi690xwxu102bl347meqh "17" "23" "42"
|
|
$> diff -U 3 user_output_test2 test2.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 3 ===================================================
|
|
$> ./48tkangdfazmkooqx1gxbl3r "OaQ0"
|
|
$> diff -U 3 user_output_test3 test3.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 4 ===================================================
|
|
$> ./j9nj3whajx528tzlo9t4b5v2 "aChgWXdAP46LzQ"
|
|
$> diff -U 3 user_output_test4 test4.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 5 ===================================================
|
|
$> ./39e80kk37kkizsjzgtrcuil0 "Y0xe"
|
|
$> diff -U 3 user_output_test5 test5.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 6 ===================================================
|
|
$> ./w8vi5lv34vx69jn4deqsibs8 "xlgGHPL"
|
|
$> diff -U 3 user_output_test6 test6.output | cat -e
|
|
|
|
Diff OK :D
|
|
Grade: 1
|
|
|
|
= Final grade: 1 ===============================================================
|