• Home
  • Raw
  • Download

Lines Matching full:wasm

3 #===- subzero/wasm-run-torture-tests.py - Subzero WASM Torture Test Driver ===//
26 '20010122-1.c.wasm',
27 '20031003-1.c.wasm',
28 '20071018-1.c.wasm',
29 '20071120-1.c.wasm',
30 '20071220-1.c.wasm',
31 '20071220-2.c.wasm',
32 '20101011-1.c.wasm',
33 'alloca-1.c.wasm',
34 'bitfld-3.c.wasm',
35 'bitfld-5.c.wasm',
36 'builtin-bitops-1.c.wasm',
37 'conversion.c.wasm',
38 'eeprof-1.c.wasm',
39 'frame-address.c.wasm',
40 'pr17377.c.wasm',
41 'pr32244-1.c.wasm',
42 'pr34971.c.wasm',
43 'pr36765.c.wasm',
44 'pr39228.c.wasm',
45 'pr43008.c.wasm',
46 'pr47237.c.wasm',
47 'pr60960.c.wasm',
48 'va-arg-pack-1.c.wasm',
50 '20000717-5.c.wasm', # abort() (also works without emcc)
51 '20001203-2.c.wasm', # assert fail (works without emcc)
52 '20040811-1.c.wasm', # OOB trap
53 '20070824-1.c.wasm', # abort() (also works without emcc)
54 'arith-rand-ll.c.wasm', # abort() (works without emcc)
55 'arith-rand.c.wasm', # abort() (works without emcc)
56 'pr23135.c.wasm', # OOB trap (works without emcc)
57 'pr34415.c.wasm', # (empty output?)
58 'pr36339.c.wasm', # abort() (works without emcc)
59 'pr38048-2.c.wasm', # abort() (works without emcc)
60 'pr42691.c.wasm', # abort() (works without emcc)
61 'pr43220.c.wasm', # OOB trap (works without emcc)
62 'pr43269.c.wasm', # abort() (works without emcc)
63 'vla-dealloc-1.c.wasm', # OOB trap (works without emcc)
64 '20051012-1.c.wasm', # error reading binary
65 '921208-2.c.wasm', # error reading binary
66 '920501-1.c.wasm', # error reading binary
67 'call-trap-1.c.wasm', # error reading binary
68 'pr44942.c.wasm', # error reading binary
70 '920625-1.c.wasm', # abort() (also fails without emcc)
71 '931004-10.c.wasm', # abort() (also fails without emcc)
72 '931004-12.c.wasm', # abort() (also fails without emcc)
73 '931004-14.c.wasm', # abort() (also fails without emcc)
74 '931004-6.c.wasm', # abort() (also fails without emcc)
75 'pr38051.c.wasm', # (empty output?) (fails without emcc)
76 'pr38151.c.wasm', # abort() (fails without emcc)
77 'pr44575.c.wasm', # abort() (fails without emcc)
78 'strct-stdarg-1.c.wasm', # abort() (fails without emcc)
79 'strct-varg-1.c.wasm', # abort() (fails without emcc)
80 'va-arg-22.c.wasm', # abort() (fails without emcc)
81 'stdarg-3.c.wasm', # abort() (fails without emcc)
82 'pr56982.c.wasm', # missing setjmp (wasm.js check did not catch)
84 '20010605-2.c.wasm', # missing __netf2
85 '20020413-1.c.wasm', # missing __lttf2
86 '20030914-1.c.wasm', # missing __floatsitf
87 '20040709-1.c.wasm', # missing __netf2
88 '20040709-2.c.wasm', # missing __netf2
89 '20050121-1.c.wasm', # missing __floatsitf
90 '20080502-1.c.wasm', # missing __eqtf2
91 '920501-8.c.wasm', # missing __extenddftf2
92 '930513-1.c.wasm', # missing __extenddftf2
93 '930622-2.c.wasm', # missing __floatditf
94 '960215-1.c.wasm', # missing __addtf3
95 '960405-1.c.wasm', # missing __eqtf2
96 '960513-1.c.wasm', # missing __subtf3
97 'align-2.c.wasm', # missing __eqtf2
98 'complex-6.c.wasm', # missing __subtf3
99 'complex-7.c.wasm', # missing __netf2
100 'pr49218.c.wasm', # missing __fixsfti
101 'pr54471.c.wasm', # missing __multi3
102 'regstack-1.c.wasm', # missing __addtf3
103 'stdarg-1.c.wasm', # missing __netf2
104 'stdarg-2.c.wasm', # missing __floatsitf
105 'va-arg-5.c.wasm', # missing __eqtf2
106 'va-arg-6.c.wasm', # missing __eqtf2
107 'struct-ret-1.c.wasm', # missing __extenddftf2
116 OUT_DIR = "./build/wasm-torture"
148 -verbose=wasm -o {}""".format(test_file, obj_file)
166 "./runtime/szrt.c ./runtime/wasm-runtime.cpp -lm -lstdc++"
190 test_files = glob.glob("./emwasm-torture-out/*.wasm")