Tanguy MAZE f9e508d5ef init
2019-06-22 18:23:35 +02:00

73 lines
3.0 KiB
Plaintext

= Host-specific information ====================================================
$> hostname; uname -msr
e3r12p13.42.fr
Darwin 16.7.0 x86_64
$> date
Mon Apr 16 18:52:16 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_20180416/tmaze
= Git history ==================================================================
$> git -C /var/folders/tx/g8nwj_b11315sg0ylbfzk6l40000gq/T/tmpEaQKeH/user log --pretty='%H - %an, %ad : %s'
6012d7148b2639cd80d60ab748de5eaf4a89a224 - Tanguy MAZE, Mon Apr 16 18:52:01 2018 +0200 : aff_z
= Collected files ==========================================
$> ls -lAR /var/folders/tx/g8nwj_b11315sg0ylbfzk6l40000gq/T/tmpEaQKeH/user
total 8
-rw-r--r-- 1 deepthought deepthought 215 Apr 16 18:52 __GIT_HISTORY
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 18:52 aff_z
/var/folders/tx/g8nwj_b11315sg0ylbfzk6l40000gq/T/tmpEaQKeH/user/aff_z:
total 8
-rw-r--r-- 1 deepthought deepthought 966 Apr 16 18:52 aff_z.c
= aff_z ========================================================================
$> clang -Wextra -Wall -Werror aff_z.c -o user_exe
= Test 1 ===================================================
$> ./4c077ig0pb8wmh3fgcf8mbcv
$> diff -U 3 user_output_test1 test1.output | cat -e
Diff OK :D
= Test 2 ===================================================
$> ./6mdu7x2ivft3n64dc9b4tozy "IzlmHwCAEd" "AkVSeQ" "CXaGWY" "z1Cu3wR" "uHpqSNzYDT2Ak" "xBUwQjK4MoT" "HM6" "aYfIREZ1sLJd0" "LeOmC" "aG6VdM7eHT" "J5s" "XH0S9" "8IfPc6x" "YwtZPF" "5fR"
$> diff -U 3 user_output_test2 test2.output | cat -e
Diff OK :D
= Test 3 ===================================================
$> ./2wnar39rrvjjkijkxvd0868x "bpR4X759Jzv"
$> diff -U 3 user_output_test3 test3.output | cat -e
Diff OK :D
= Test 4 ===================================================
$> ./6umnqoq4teowcbf2goqbvqx9 "qzZC4"
$> diff -U 3 user_output_test4 test4.output | cat -e
Diff OK :D
= Test 5 ===================================================
$> ./vfyeigzf6ho90yqkeo3r8yjc "n6AQOgf0PNXcw"
$> diff -U 3 user_output_test5 test5.output | cat -e
Diff OK :D
= Test 6 ===================================================
$> ./oief0g9ua01orf0vbi6eq0fp "qM3DvhkS5HFJe"
$> diff -U 3 user_output_test6 test6.output | cat -e
Diff OK :D
Grade: 1
= Final grade: 1 ===============================================================