You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

harnessErrors.txt 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ######### these should be abort the harness as errors
  2. ###### bad test specifications
  3. bad arguments passed to ajc
  4. new -badArgument
  5. TestTester.java
  6. TestTester
  7. no such file - report as error (run specification)
  8. new
  9. NoSuchFile.java
  10. NoSuchFile
  11. no such file - report as error (!compile specification)
  12. new
  13. NoSuchFile.java
  14. !compile
  15. 4
  16. no such directory - report as error (run specification)
  17. noSuchDir
  18. NoSuchFile.java
  19. NoSuchFile
  20. no such directory - report as error (!compile specification)
  21. noSuchDir
  22. NoSuchFile.java
  23. !compile
  24. 1 error and 1 warning, with warning line wrong
  25. harness -strict
  26. ErrorWarning.java
  27. !compile
  28. ErrorWarning.java:13
  29. ErrorWarning.java:15
  30. 1 error and 1 warning, with error line wrong
  31. harness -strict
  32. ErrorWarning.java
  33. !compile
  34. ErrorWarning.java:12
  35. ErrorWarning.java:14
  36. 1 error and 1 warning, with both lines wrong
  37. harness -strict
  38. ErrorWarning.java
  39. !compile
  40. ErrorWarning.java:12
  41. ErrorWarning.java:15
  42. 1 error and 1 warning, with extra error line specified (same as warning line)
  43. harness -strict
  44. ErrorWarning.java
  45. !compile
  46. 13 14
  47. ErrorWarning.java:15
  48. 1 error and 1 warning, with extra warning line specified (same as error line)
  49. harness -strict
  50. ErrorWarning.java
  51. !compile
  52. 13
  53. 13 14
  54. 1 error and 1 warning, with no warning line specified
  55. harness -strict
  56. ErrorWarning.java
  57. !compile
  58. 13