tshouldfail.nim 895 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: tests/shouldfail/tccodecheck.nim C
  6. Failure: reCodegenFailure
  7. Expected:
  8. baz
  9. FAIL: tests/shouldfail/tcolumn.nim C
  10. Failure: reLinesDiffer
  11. FAIL: tests/shouldfail/terrormsg.nim C
  12. Failure: reMsgsDiffer
  13. FAIL: tests/shouldfail/texitcode1.nim C
  14. Failure: reExitcodesDiffer
  15. FAIL: tests/shouldfail/tfile.nim C
  16. Failure: reFilesDiffer
  17. FAIL: tests/shouldfail/tline.nim C
  18. Failure: reLinesDiffer
  19. FAIL: tests/shouldfail/tmaxcodesize.nim C
  20. Failure: reCodegenFailure
  21. max allowed size: 1
  22. FAIL: tests/shouldfail/tnimout.nim C
  23. Failure: reMsgsDiffer
  24. FAIL: tests/shouldfail/toutput.nim C
  25. Failure: reOutputsDiffer
  26. FAIL: tests/shouldfail/toutputsub.nim C
  27. Failure: reOutputsDiffer
  28. FAIL: tests/shouldfail/tsortoutput.nim C
  29. Failure: reOutputsDiffer
  30. '''
  31. """