diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-30 14:28:18 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:21 +0100 |
commit | fb1f5c62b5e74b1a532ddfe9d6c373fc61eff878 (patch) | |
tree | 60fd71f06a3554e4031095d8c695755d32dbdc05 /tests/testament/tshouldfail.nim | |
parent | 1105d0364401226a2d7d479bd89d77a9da9ed787 (diff) | |
download | Nim-fb1f5c62b5e74b1a532ddfe9d6c373fc61eff878.tar.gz |
tshouldfail is stricter
Diffstat (limited to 'tests/testament/tshouldfail.nim')
-rw-r--r-- | tests/testament/tshouldfail.nim | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/testament/tshouldfail.nim b/tests/testament/tshouldfail.nim index a8638e236..d35dd99ac 100644 --- a/tests/testament/tshouldfail.nim +++ b/tests/testament/tshouldfail.nim @@ -3,15 +3,29 @@ cmd: "testament/tester --directory:testament --colors:off --backendLogging:off - action: compile nimout: ''' FAIL: tccodecheck.nim C +Failure: reCodegenFailure +Expected: +baz FAIL: tcolumn.nim C +Failure: reLinesDiffer FAIL: terrormsg.nim C +Failure: reMsgsDiffer FAIL: texitcode1.nim C +Failure: reExitcodesDiffer FAIL: tfile.nim C +Failure: reFilesDiffer FAIL: tline.nim C +Failure: reLinesDiffer FAIL: tmaxcodesize.nim C +Failure: reCodegenFailure +max allowed size: 1 FAIL: tnimout.nim C +Failure: reMsgsDiffer FAIL: toutput.nim C +Failure: reOutputsDiffer FAIL: toutputsub.nim C +Failure: reOutputsDiffer FAIL: tsortoutput.nim C +Failure: reOutputsDiffer ''' """ |