Guest User

Untitled

a guest
Jan 22nd, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. /usr/share/java/apache-ant/bin/ant run-junit
  2. Buildfile: /home/cms/uni/cb/group-19/task_1/build.xml
  3.  
  4. init:
  5.  
  6. compile-grammar-file:
  7. [java] warning(200): src/SimpleC.g:84:125: Decision can match input such as "'%'" using multiple alternatives: 4, 8
  8. [java] As a result, alternative(s) 8 were disabled for that input
  9. [java] warning(200): src/SimpleC.g:84:125: Decision can match input such as "'=''='" using multiple alternatives: 6, 9
  10. [java] As a result, alternative(s) 9 were disabled for that input
  11.  
  12. compile:
  13. [javac] Compiling 2 source files to /home/cms/uni/cb/group-19/task_1/bin
  14.  
  15. compile-junit:
  16.  
  17. run-junit:
  18. [junit] Test at.tugraz.ist.compilerbau.LexerTest FAILED
  19. [junit] Test at.tugraz.ist.compilerbau.ParserTest FAILED
  20. [junit] Test at.tugraz.ist.compilerbau.TypeCheckingTest FAILED
  21.  
  22. BUILD SUCCESSFUL
  23. Total time: 3 seconds
Add Comment
Please, Sign In to add comment