tshould_not_work.nim 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. discard """
  2. cmd: "testament/testament --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. FAIL: tests/shouldfail/ttimeout.nim C
  31. Failure: reTimeout
  32. '''
  33. """
  34. # xxx `--nim:../compiler/nim`, doesn't seem correct (and should also honor `testament --nim`)