tshouldfail.nim 708 B

1234567891011121314151617181920212223242526272829303132
  1. discard """
  2. cmd: "testament/tester --directory:testament --colors:off --backendLogging:off --nim:../compiler/nim category shouldfail"
  3. action: compile
  4. nimout: '''
  5. FAIL: tccodecheck.nim C
  6. Failure: reCodegenFailure
  7. Expected:
  8. baz
  9. FAIL: tcolumn.nim C
  10. Failure: reLinesDiffer
  11. FAIL: terrormsg.nim C
  12. Failure: reMsgsDiffer
  13. FAIL: texitcode1.nim C
  14. Failure: reExitcodesDiffer
  15. FAIL: tfile.nim C
  16. Failure: reFilesDiffer
  17. FAIL: tline.nim C
  18. Failure: reLinesDiffer
  19. FAIL: tmaxcodesize.nim C
  20. Failure: reCodegenFailure
  21. max allowed size: 1
  22. FAIL: tnimout.nim C
  23. Failure: reMsgsDiffer
  24. FAIL: toutput.nim C
  25. Failure: reOutputsDiffer
  26. FAIL: toutputsub.nim C
  27. Failure: reOutputsDiffer
  28. FAIL: tsortoutput.nim C
  29. Failure: reOutputsDiffer
  30. '''
  31. """