Lines Matching +refs:check +refs:fail

8 sh demo1.sh || fail building demo1
9 python demo1.py > demo1.out || fail running demo1
11 cmp demo1.out demo.expected || fail demo1 output check
13 sh demo2.sh || fail building demo2
14 python demo2.py > demo2.out || fail running demo2
16 cmp demo2.out demo.expected || fail demo2 output check
18 sh demo3a.sh || fail building demo3a
19 python demo3.py > demo3a.out || fail running demo3a
21 cmp demo3a.out demo.expected || fail demo3a output check
23 sh demo3b.sh || fail building demo3b
24 python demo3.py > demo3b.out || fail running demo3 variant b
26 cmp demo3b.out demo.expected || fail demo3b output check
28 sh demo3c1.sh || fail building demo3c1
29 sh demo3c2.sh || fail building demo3c2
30 python demo3.py > demo3c.out || fail running demo3c
32 cmp demo3c.out demo.expected || fail demo3c output check
34 sh demo4.sh || fail building demo4
36 python demo4a.py > demo4a.out || fail running demo4a
38 cmp demo4a.out demo4.expected || fail demo4a output check
42 test -s demo4a1.out && fail demo4a1 stdout check
49 cmp demo4a1.errc demo4a1.expected || fail demo4a1 error check
51 python demo4a2.py > demo4a2.out || fail running demo4a2
53 cmp demo4a2.out demo4.expected || fail demo4a2 output check
55 sh demo4b.sh || fail building demo4b
56 python demo4b.py > demo4b.out || fail running demo4b
58 cmp demo4b.out demo4.expected || fail demo4b output check
64 cmp demo${dc}.out demo${dc}.expected || fail demo${dc} output check
66 python badcontent.py > badcontent.out || fail running badcontent
68 cmp badcontent.out badcontent.expected || fail badcontent output check