Comments for self-test -------- Fri Jul 29, 2016 at 13:36:29 EDT
No illegal files found

Testing compilation with pcc3:
  Attempting to build pcc3 ... ok


LEVEL 80:

Running pcc3 with input T3L80_ok.c ... zero termination status
  T3L80_ok.s exists ... will assemble and run later
Running pcc3 with input T3L80_err.c ... zero termination status
  T3L80_err.err exists
  Comparing with solution file ... files match


LEVEL 90:

Running pcc3 with input T3L90_ok.c ... zero termination status
  T3L90_ok.s exists ... will assemble and run later


LEVEL 100:

Running pcc3 with input T3L100_ok.c ... zero termination status
  T3L100_ok.s exists ... will assemble and run later
Running pcc3 with input T3L100_err.c ... zero termination status
  T3L100_err.err exists
  Comparing with solution file ... files match
######################################################
Compilation summary for self-test:
  T3L100_err:  error message(s) (will check appropriateness by hand)
  T3L100_ok:  ok
  T3L80_err:  error message(s) (will check appropriateness by hand)
  T3L80_ok:  ok
  T3L90_ok:  ok
  pcc3:  ok
######################################################

Testing execution with pcc3:


LEVEL 80:

Trying to assemble T3L80_ok.s with gcc and lib-all ...  succeeded
Executable a.out exists
./a.out > T3L80_ok.out 2> T3L80_ok_exec.err terminated abnormally
  Standard error output:
vvvvv

^^^^^
  T3L80_ok.out exists -- comparing with solution output file
 files match


LEVEL 90:

Trying to assemble T3L90_ok.s with gcc and lib-all ...  succeeded
Executable a.out exists
./a.out > T3L90_ok.out 2> T3L90_ok_exec.err terminated abnormally
  Standard error output:
vvvvv

^^^^^
  T3L90_ok.out exists -- comparing with solution output file
 files match


LEVEL 100:

Trying to assemble T3L100_ok.s with gcc and lib-all ...  succeeded
Executable a.out exists
./a.out > T3L100_ok.out 2> T3L100_ok_exec.err terminated abnormally
  Standard error output:
vvvvv

^^^^^
  T3L100_ok.out exists -- comparing with solution output file
 files match
######################################################
Assembly/execution summary for self-test:
  T3L100:  ok
  T3L80:  ok
  T3L90:  ok
  pcc3:  ok
######################################################
 80% level: (supplied by hand)
 90% level: (supplied by hand)
100% level: (supplied by hand)
