Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.17 KB | None | 0 0
  1. Testing Repo CMPT127-1147-llzhao/3 Lab 3 Task 2 at 2014-11-20 04:38:26.420584
  2. Sandbox  /home/build/sandbox.llzhao.OBiVvE
  3. (make -f /home/vaughan/lab/3/Makefile.test t2 LAB="/home/vaughan/lab/3" REPO="/home/vaughan/127/CMPT127-1147-llzhao/3" SANDBOX="/home/build/sandbox.llzhao.OBiVvE"> compiler.out ) >& compiler.err
  4.     cp /home/vaughan/lab/3/imgops_reference.c .
  5.     cp /home/vaughan/lab/3/imgops_reference.h .
  6.     cp /home/vaughan/lab/3/imgops.h .
  7.     cp /home/vaughan/lab/3/test.c .
  8.     cp /home/vaughan/127/CMPT127-1147-llzhao/3/imgops.c .
  9.     gcc -Wall -std=c99 -o t2 imgops.c imgops_reference.c test.c -lm
  10. compiled OK
  11.  
  12. Unit test /home/vaughan/lab/3/testdir/t2/plain:
  13. /home/vaughan/127/lab.llzhao.gjnGYa
  14.     Files: ['._args', 'args', 't2']
  15. Sandbox dir /home/build/sandbox.llzhao.OBiVvE
  16.     sudo LIBC_FATAL_STDERR_=1 -u build timeout -k 5s 5s ./t2 $(cat args)  > test.out 2> test.err
  17.     returned 1
  18.     Error: Your program returned nonzero status code 1
  19.     stdout ---------------------------------------------------
  20.     replace_color   fail <--
  21.     --
  22.     1 functions failed their tests.
  23.     stderr ---------------------------------------------------
  24.     (empty)
  25.     ----------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement