Files
exam-archive/exam-basedir05/traces/4-1_ft_itoa_base.trace
Tanguy MAZE f9e508d5ef init
2019-06-22 18:23:35 +02:00

149 lines
5.6 KiB
Plaintext

= Host-specific information ====================================================
$> hostname; uname -msr
e2r2p10.42.fr
Darwin 16.7.0 x86_64
$> date
Mon Apr 30 16:47:13 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_20180430/tmaze
= Git history ==================================================================
$> git -C /var/folders/p0/6k42lfhx37533yqry6jc2ngm0000gq/T/tmppGI_ct/user log --pretty='%H - %an, %ad : %s'
b2f0274abee53275050dedee420bb6b7fa391c09 - Tanguy MAZE, Mon Apr 30 16:47:06 2018 +0200 : ft_itoa_base
d972dde3a425265021d599d5503d785f9c061168 - Tanguy MAZE, Mon Apr 30 16:38:35 2018 +0200 : ft_split
= Collected files ==========================================
$> ls -lAR /var/folders/p0/6k42lfhx37533yqry6jc2ngm0000gq/T/tmppGI_ct/user
total 8
-rw-r--r-- 1 deepthought deepthought 521 Apr 30 16:47 __GIT_HISTORY
drwxr-xr-x 3 deepthought deepthought 102 Apr 30 16:47 ft_itoa_base
drwxr-xr-x 3 deepthought deepthought 102 Apr 30 16:47 ft_split
/var/folders/p0/6k42lfhx37533yqry6jc2ngm0000gq/T/tmppGI_ct/user/ft_itoa_base:
total 8
-rw-r--r-- 1 deepthought deepthought 1586 Apr 30 16:47 ft_itoa_base.c
/var/folders/p0/6k42lfhx37533yqry6jc2ngm0000gq/T/tmppGI_ct/user/ft_split:
total 8
-rw-r--r-- 1 deepthought deepthought 2014 Apr 30 16:47 ft_split.c
= ft_itoa_base =================================================================
$> clang -Wextra -Wall -Werror ft_itoa_base.c main.c -o user_exe
= Test 1 ===================================================
$> ./xlj5ns1nj88t9bieq26h1gk0
$> diff -U 3 user_output_test1 test1.output | cat -e
Diff OK :D
= Test 2 ===================================================
$> ./r0a2uzayjppmk86d3l5668mx "21" "2313" "12"
$> diff -U 3 user_output_test2 test2.output | cat -e
Diff OK :D
= Test 3 ===================================================
$> ./s63ke0vmmqnsa93jdmw70dyy "2147483647" "10"
$> diff -U 3 user_output_test3 test3.output | cat -e
Diff OK :D
= Test 4 ===================================================
$> ./2ndm3aidina5trsbtdeg6a90 "-2147483648" "10"
$> diff -U 3 user_output_test4 test4.output | cat -e
Diff OK :D
= Test 5 ===================================================
$> ./u1ppug16xoc6a2s41hjzqv94 "0" "2"
$> diff -U 3 user_output_test5 test5.output | cat -e
Diff OK :D
= Test 6 ===================================================
$> ./7v2hmn80lhkesziwachjx3pt "--223" "10"
$> diff -U 3 user_output_test6 test6.output | cat -e
Diff OK :D
= Test 7 ===================================================
$> ./6f6psoxlow0w1u6p7nph9l6s "110268196" "14"
$> diff -U 3 user_output_test7 test7.output | cat -e
Diff OK :D
= Test 8 ===================================================
$> ./9gdzmewvqbzyfn8thlgsib7p "1392491729" "8"
$> diff -U 3 user_output_test8 test8.output | cat -e
Diff OK :D
= Test 9 ===================================================
$> ./mrsfp7euxlpautzt6r9xjgga "1810692517" "13"
$> diff -U 3 user_output_test9 test9.output | cat -e
Diff OK :D
= Test 10 ==================================================
$> ./cze3tyc0xdyn5bxnykcb9w4v "844780707" "4"
$> diff -U 3 user_output_test10 test10.output | cat -e
Diff OK :D
= Test 11 ==================================================
$> ./q76be2hj444qeztdhxt978yl "335896289" "5"
$> diff -U 3 user_output_test11 test11.output | cat -e
Diff OK :D
= Test 12 ==================================================
$> ./eabv1ym2bnm8s472cyx3gox1 "-52926340" "13"
$> diff -U 3 user_output_test12 test12.output | cat -e
Diff OK :D
= Test 13 ==================================================
$> ./mws0vg0s1owdg936xv2hzt36 "484734000" "14"
$> diff -U 3 user_output_test13 test13.output | cat -e
Diff OK :D
= Test 14 ==================================================
$> ./6pr8359wgo08jk46by8o8pog "636941058" "13"
$> diff -U 3 user_output_test14 test14.output | cat -e
Diff OK :D
= Test 15 ==================================================
$> ./neaav2wywllcdvsx8ag3s7ck "1533222875" "13"
$> diff -U 3 user_output_test15 test15.output | cat -e
Diff OK :D
= Test 16 ==================================================
$> ./shvdflsn04qjye3jagmzxyni "211476535" "15"
$> diff -U 3 user_output_test16 test16.output | cat -e
Diff OK :D
= Test 17 ==================================================
$> ./csk3i0npzrv12beivqh1ooqm "359956549" "7"
$> diff -U 3 user_output_test17 test17.output | cat -e
Diff OK :D
= Test 18 ==================================================
$> ./qqho0v1b293n7amzcz3rycdv "816168462" "11"
$> diff -U 3 user_output_test18 test18.output | cat -e
Diff OK :D
= Test 19 ==================================================
$> ./ptdzhf190mc3ifjp5zu7v2oa "1832967199" "6"
$> diff -U 3 user_output_test19 test19.output | cat -e
Diff OK :D
= Test 20 ==================================================
$> ./l1v5moyoyb27mle1ojtncgjj "245350995" "4"
$> diff -U 3 user_output_test20 test20.output | cat -e
Diff OK :D
Grade: 1
= Final grade: 1 ===============================================================