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

73 lines
3.0 KiB
Plaintext

= Host-specific information ====================================================
$> hostname; uname -msr
e1r6p13.42.fr
Darwin 16.7.0 x86_64
$> date
Fri Apr 13 11:41:11 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_20180413/tmaze
= Git history ==================================================================
$> git -C /var/folders/8_/k4v31h394nj0pj108ytgr4xm0000gq/T/tmpZXdKvK/user log --pretty='%H - %an, %ad : %s'
2d8bf5c9f17b97a9c04b8c0254a84d64278f8821 - Tanguy MAZE, Fri Apr 13 11:40:49 2018 +0200 : aff_z
= Collected files ==========================================
$> ls -lAR /var/folders/8_/k4v31h394nj0pj108ytgr4xm0000gq/T/tmpZXdKvK/user
total 8
-rw-r--r-- 1 deepthought deepthought 215 Apr 13 11:41 __GIT_HISTORY
drwxr-xr-x 3 deepthought deepthought 102 Apr 13 11:41 aff_z
/var/folders/8_/k4v31h394nj0pj108ytgr4xm0000gq/T/tmpZXdKvK/user/aff_z:
total 8
-rw-r--r-- 1 deepthought deepthought 966 Apr 13 11:41 aff_z.c
= aff_z ========================================================================
$> clang -Wextra -Wall -Werror aff_z.c -o user_exe
= Test 1 ===================================================
$> ./5rpehy400cgna40wybx8awyt
$> diff -U 3 user_output_test1 test1.output | cat -e
Diff OK :D
= Test 2 ===================================================
$> ./58n1ykoco3xgtc9euw0e1ixk "mjiSev0bG4" "Jk2hMrd03ISxWet8w" "Yvg5L" "JaA" "KhtuH" "JBf7" "S1z9d6iFbuL" "gVeEsjK" "BDqX" "QS4yPspfM" "VZWGmrRa2n7US3D" "w2n" "k3Psy598CFK" "5jK0xV6Qo"
$> diff -U 3 user_output_test2 test2.output | cat -e
Diff OK :D
= Test 3 ===================================================
$> ./5jgz03vufmnt3v0u89ilukbq "XzNC3"
$> diff -U 3 user_output_test3 test3.output | cat -e
Diff OK :D
= Test 4 ===================================================
$> ./ha422vhxa3xnooexmu9ub1f0 "SiUzx7cDL9RIpBnA"
$> diff -U 3 user_output_test4 test4.output | cat -e
Diff OK :D
= Test 5 ===================================================
$> ./vru3h17k7ac3lmvyoem05b8w "NAmLc"
$> diff -U 3 user_output_test5 test5.output | cat -e
Diff OK :D
= Test 6 ===================================================
$> ./q3uvyld5twnrtb9lc3u16k0i "xme9CAdLH8uQGMrK"
$> diff -U 3 user_output_test6 test6.output | cat -e
Diff OK :D
Grade: 1
= Final grade: 1 ===============================================================