forked from nrnrnr/qc--
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlcc.x86.tst
32 lines (29 loc) · 1.29 KB
/
lcc.x86.tst
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
backend = Backend.x86
backend.ralloc = backend.ralloc or Ralloc.color
Ld.rtend = "" --- don't need the run-time system
Test.trust_exe = 1
Test.source = "lcc"
Test.asmdir = Test.asmdir or "lcc/x86"
Test.outdir = Test.outdir or "lcc/output"
Test.files =
{ { source="8q.c--", }
, { source="array.c--", }
, { source="cf.c--", stdin="juliet.txt" }
--, { source="cq.c--", }
, { source="cvt.c--", }
, { source="fields.c--", }
, { source="front.c--", }
, { source="incr.c--", }
, { source="init.c--", }
, { source="limits.c--", }
--, { source="paranoia.c--", }
, { source="sort.c--", }
, { source="spill.c--", }
-- , { source="stdarg.c--", } -- uses varargs
, { source="struct.c--", }
, { source="switch.c--", }
, { source="wf1.c--", stdin="juliet.txt" }
-- , { name="wf2", source="wf1.c--", force=1, --- buffer overrun
-- stdin="wf2.0", stdout="wf2.1", stderr="wf2.2" }
--, { source="yacc.c--", }
}