summary refs log tree commit diff stats
path: root/tests/testament/tshould_not_work.nim
blob: aca73c308878c95589836bf7cbcc10b1691eac23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
'''
"""