125 lines
4.7 KiB
Plaintext
125 lines
4.7 KiB
Plaintext
= Host-specific information ====================================================
|
|
$> hostname; uname -msr
|
|
e2r5p2.42.fr
|
|
Darwin 16.7.0 x86_64
|
|
$> date
|
|
Mon Apr 16 19:55:19 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/2k/_xfdf3yn0rb60212c_7bq9q40000gq/T/tmprlAPFh/user log --pretty='%H - %an, %ad : %s'
|
|
0d3de6bfc40a7b127f75abc7243cde489ef89ac0 - Tanguy MAZE, Mon Apr 16 19:55:09 2018 +0200 : ft_split
|
|
def6a68de7ba990a12233c975d4611527762306e - Tanguy MAZE, Mon Apr 16 19:26:38 2018 +0200 : ft_atoi_base
|
|
d0bce69342072c4cf857b2658df91defb30e63ea - Tanguy MAZE, Mon Apr 16 19:21:45 2018 +0200 : ft_rrange
|
|
53309961375cc7b31d03c35ddc3678f5de691731 - Tanguy MAZE, Mon Apr 16 19:04:39 2018 +0200 : max
|
|
20eb54d06141449300b95eab630538348803396f - Tanguy MAZE, Mon Apr 16 18:57:09 2018 +0200 : ft_putstr
|
|
6012d7148b2639cd80d60ab748de5eaf4a89a224 - Tanguy MAZE, Mon Apr 16 18:52:01 2018 +0200 : aff_z
|
|
|
|
= Collected files ==========================================
|
|
$> ls -lAR /var/folders/2k/_xfdf3yn0rb60212c_7bq9q40000gq/T/tmprlAPFh/user
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1431 Apr 16 19:55 __GIT_HISTORY
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:55 aff_z
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:55 ft_atoi_base
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:55 ft_putstr
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:55 ft_rrange.c
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:55 ft_split
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:55 max
|
|
|
|
/var/folders/2k/_xfdf3yn0rb60212c_7bq9q40000gq/T/tmprlAPFh/user/aff_z:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 966 Apr 16 19:55 aff_z.c
|
|
|
|
/var/folders/2k/_xfdf3yn0rb60212c_7bq9q40000gq/T/tmprlAPFh/user/ft_atoi_base:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1788 Apr 16 19:55 ft_atoi_base.c
|
|
|
|
/var/folders/2k/_xfdf3yn0rb60212c_7bq9q40000gq/T/tmprlAPFh/user/ft_putstr:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 992 Apr 16 19:55 ft_putstr.c
|
|
|
|
/var/folders/2k/_xfdf3yn0rb60212c_7bq9q40000gq/T/tmprlAPFh/user/ft_rrange.c:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1210 Apr 16 19:55 ft_rrange.c
|
|
|
|
/var/folders/2k/_xfdf3yn0rb60212c_7bq9q40000gq/T/tmprlAPFh/user/ft_split:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 2009 Apr 16 19:55 ft_split.c
|
|
|
|
/var/folders/2k/_xfdf3yn0rb60212c_7bq9q40000gq/T/tmprlAPFh/user/max:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1105 Apr 16 19:55 max.c
|
|
|
|
= ft_split =====================================================================
|
|
$> clang -Wextra -Wall -Werror ft_split.c main.c -o user_exe
|
|
|
|
= Test 1 ===================================================
|
|
$> ./1rsqgenxp2mtqz8kno7eefka ""
|
|
$> diff -U 3 user_output_test1 test1.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 2 ===================================================
|
|
$> ./91rc6ufpi66hzefgsja3x2rn "
|
|
"
|
|
$> diff -U 3 user_output_test2 test2.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 3 ===================================================
|
|
$> ./yad0efxdpn7rye2lwkbrcp98 "
|
|
|
|
"
|
|
$> diff -U 3 user_output_test3 test3.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 4 ===================================================
|
|
$> ./8b07g91zrprqx3481noxlwk5 "1Lot3mMdI"
|
|
$> diff -U 3 user_output_test4 test4.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 5 ===================================================
|
|
$> ./n3e7am63r46a0d9qbg8maryu "ugkdZ"
|
|
$> diff -U 3 user_output_test5 test5.output | cat -e
|
|
|
|
Diff OK :D
|
|
= Test 6 ===================================================
|
|
$> ./wqanochwatirst5y5y6yqs9x "
|
|
xl0qT
|
|
|
|
|
|
QA0q8
|
|
9pu1B8hVtbLGKYF 8ZL6OSb14yrB
|
|
89TkyS2U noOBvCjZi
|
|
|
|
hM9HfLpZu4nyT 97ZcNuF2 zFdM8aiKIok
|
|
"
|
|
$> diff -U 3 user_output_test6 test6.output | cat -e
|
|
--- user_output_test6 2018-04-16 19:55:24.000000000 +0200$
|
|
+++ test6.output 2018-04-16 19:55:24.000000000 +0200$
|
|
@@ -1,6 +1,6 @@$
|
|
xl0qT$
|
|
QA0q8$
|
|
-9pu1B8hVtbLGKYF8ZL6OSb14yrB$
|
|
+9pu1B8hVtbLGKYF$
|
|
8ZL6OSb14yrB$
|
|
89TkyS2U$
|
|
noOBvCjZi$
|
|
|
|
Diff KO :(
|
|
Grade: 0
|
|
|
|
= Final grade: 0 ===============================================================
|