diff options
author | Araq <rumpf_a@web.de> | 2019-11-25 16:54:43 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-11-26 16:04:28 +0100 |
commit | 80b508d33727a5b2fd8a3abd49df004e7d5c5138 (patch) | |
tree | 61024aab41dcc42de667612f12c024c43b24df17 /tests/testament/tshould_not_work.nim | |
parent | 72237e2bcfc371d917e4e14b22a3c447289ea39f (diff) | |
download | Nim-80b508d33727a5b2fd8a3abd49df004e7d5c5138.tar.gz |
test suite: rename tests containing 'fail' for easier search in logs
Diffstat (limited to 'tests/testament/tshould_not_work.nim')
-rw-r--r-- | tests/testament/tshould_not_work.nim | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/testament/tshould_not_work.nim b/tests/testament/tshould_not_work.nim new file mode 100644 index 000000000..aca73c308 --- /dev/null +++ b/tests/testament/tshould_not_work.nim @@ -0,0 +1,33 @@ +discard """ +cmd: "testament/testament --directory:testament --colors:off --backendLogging:off --nim:../compiler/nim category shouldfail" +action: compile +nimout: ''' +FAIL: tests/shouldfail/tccodecheck.nim C +Failure: reCodegenFailure +Expected: +baz +FAIL: tests/shouldfail/tcolumn.nim C +Failure: reLinesDiffer +FAIL: tests/shouldfail/terrormsg.nim C +Failure: reMsgsDiffer +FAIL: tests/shouldfail/texitcode1.nim C +Failure: reExitcodesDiffer +FAIL: tests/shouldfail/tfile.nim C +Failure: reFilesDiffer +FAIL: tests/shouldfail/tline.nim C +Failure: reLinesDiffer +FAIL: tests/shouldfail/tmaxcodesize.nim C +Failure: reCodegenFailure +max allowed size: 1 +FAIL: tests/shouldfail/tnimout.nim C +Failure: reMsgsDiffer +FAIL: tests/shouldfail/toutput.nim C +Failure: reOutputsDiffer +FAIL: tests/shouldfail/toutputsub.nim C +Failure: reOutputsDiffer +FAIL: tests/shouldfail/tsortoutput.nim C +Failure: reOutputsDiffer +FAIL: tests/shouldfail/ttimeout.nim C +Failure: reTimeout +''' +""" |